CommandBarButtonClass.Tag Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Property Tag As String
Get
Set
'Usage
Dim instance As CommandBarButtonClass
Dim value As String
value = instance.Tag
instance.Tag = value
public virtual string Tag { get; set; }
Property Value
Type: System.String