In This Topic
Gets or sets a programmatic tag associated with the content control.
A programmatic tag is an arbitrary string which applications can associate with a content control in order to identify it without providing a visible friendly name.
Syntax
'Declaration
Public Property Tag As System.String
public System.string Tag {get; set;}
See Also