Get the unique ID of the current SiteManager instance.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
Guid UniqueID { get; }
Visual Basic
ReadOnly Property UniqueID As Guid
	Get
Visual C++
property Guid UniqueID {
	Guid get ();
}

Field Value

Guid

See Also