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.
Returns the unique GUID 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
Returns a String containing the GUID.
See Also
FormExtensionAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top