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.
Retrieves the unique identifier of the adorner.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string ID { get; private set; }
public:
property String^ ID {
String^ get();
private: void set(String^ value);
}
Public Property ID As String
Get
Private Set
End Property
Property Value
Type: System.String
A String containing the unique ID of the adorner.
See Also
TaskContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top