Document.Guid Property

Aspose.Note for .NET API

DocumentGuid Property

Gets the object's globally unique id.

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

Property Value

Type: Guid
The GUID.

Implements

INotebookChildNodeGuid
See Also