ListObject.Id Property
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