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 identifier of the Notification object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
[DataMemberAttribute]
public string Id { get; private set; }
public:
[DataMemberAttribute]
property String^ Id {
String^ get();
private: void set(String^ value);
}
<DataMemberAttribute>
Public Property Id As String
Get
Private Set
End Property
Property Value
Type: System.String
An instance of String that contains the identifier.
See Also
Notification Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top