SnapInBase.Tag Property

 

Gets or sets an object that contains application-specific information that is associated with the snap-in.

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

An object that contains application-specific information.

See Also

SnapInBase Class
Microsoft.ManagementConsole Namespace

Return to top