NoteTag.Label Property

Aspose.Note for .NET API

NoteTagLabel Property

Gets or sets the label text.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string Label { get; set; }
Public Property Label As String
	Get
	Set
public:
property String^ Label {
	String^ get ();
	void set (String^ value);
}
member Label : string with get, set

Property Value

Type: String
See Also