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