ActionsPaneItem.Tag Property
Gets or sets an optional user-defined value that is useful in identifying an event when it is handled.
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
A user-defined value that is useful in identifying an event.
See Also
ActionsPaneItem Class
Microsoft.ManagementConsole Namespace
Return to top