Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the properties that are requested to be removed from the Notification object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
[DataMemberAttribute]
public IList<string> Removed { get; private set; }
public:
[DataMemberAttribute]
property IList<String^>^ Removed {
IList<String^>^ get();
private: void set(IList<String^>^ value);
}
<DataMemberAttribute>
Public Property Removed As IList(Of String)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IList<String>
A IList<T> of the properties to remove.
See Also
NotificationChangeRequest Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top