View.ViewDescriptionTag Property
Gets the tag that was set on the associated view description.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public object ViewDescriptionTag { get; }
public:
property Object^ ViewDescriptionTag {
Object^ get();
}
member ViewDescriptionTag : Object with get
Public ReadOnly Property ViewDescriptionTag As Object
Property Value
Type: System.Object
The tag from the ViewDescription
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top