Gets or sets the description of the tag. If not empty, used as the label in the tag input dialog. (If Description is empty, Name is shown in the input dialog instead.)

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string Description { get; set; }
Visual Basic
Public Property Description As String
	Get
	Set

See Also