NoteTagCore.Status Property

Aspose.Note for .NET API

NoteTagCoreStatus Property

Gets or sets the status.

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

Property Value

Type: TagStatus
The TagStatus.
See Also