INotebookChildNode.Guid Property

Aspose.Note for .NET API

INotebookChildNodeGuid Property

Gets the object's globally unique id.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
Guid Guid { get; }
ReadOnly Property Guid As Guid
	Get
property Guid Guid {
	Guid get ();
}
abstract Guid : Guid with get

Property Value

Type: Guid
The GUID.
See Also