Entity Id (Optional).

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Guid EntityId { get; set; }
Visual Basic
Public Property EntityId As Guid
	Get
	Set
Visual C++
public:
property Guid EntityId {
	Guid get ();
	void set (Guid value);
}
F#
member EntityId : Guid with get, set

Property Value

Type: Guid

See Also