ViewDescriptionCollection.Id Property
Gets the internally generated integer that uniquely identifies the ViewDescriptionCollection instance at runtime.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int Id { get; }
public:
property int Id {
int get();
}
member Id : int with get
Public ReadOnly Property Id As Integer
Property Value
Type: System.Int32
The internally generated unique identifier.
See Also
ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace
Return to top