The identifier of the entity

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Guid Identifier { get; private set; }
Visual Basic (Declaration)
Public Property Identifier As Guid
Visual C++
public:
property Guid Identifier {
	Guid get ();
	void set (Guid value);
}

See Also