Description Property (Tag)
In This Topic
Gets or sets the description of the tag. If not empty, used as the label in the tag input dialog. (If Description is empty,
NamedCollectionItem.Name is shown in the input dialog instead.)
Syntax
'Declaration
Public Property Description As String
public string Description {get; set;}
See Also