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 ID.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public abstract string Id { get; }
public:
property String^ Id {
virtual String^ get() abstract;
}
Public MustOverride ReadOnly Property Id As String
Property Value
Type: System.String
The ID.
See Also
ListObject Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top