Partager via


NotificationChangeRequest.Removed Property

 

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