ViewDescription.Tag Property

 

Gets or sets an optional user-defined tag.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public object Tag { get; set; }
public:
property Object^ Tag {
    Object^ get();
    void set(Object^ value);
}
member Tag : Object with get, set
Public Property Tag As Object

Property Value

Type: System.Object

The tag

Remarks

The tag is subsequently available as the property ViewDescriptionTag on the view instance that is created based on this instance of view description.

See Also

ViewDescription Class
Microsoft.ManagementConsole Namespace

Return to top