Parent entity (note, image, ...) ID

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

Syntax

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

Property Value

Type: Guid

See Also