Gets the GUID of the file.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public Guid FileGuid { get; }
Visual Basic
Public ReadOnly Property FileGuid As Guid
	Get
Visual C++
public:
property Guid FileGuid {
	Guid get ();
}

Field Value

The GUID of the file.

See Also