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#
public Guid ParentEntityId { get; set; }
Visual Basic
Public Property ParentEntityId As Guid
	Get
	Set
Visual C++
public:
virtual property Guid ParentEntityId {
	Guid get () sealed;
	void set (Guid value) sealed;
}
F#
abstract ParentEntityId : Guid with get, set
override ParentEntityId : Guid with get, set

Property Value

Type: Guid

Implements

IRelatedContentDTO..::..ParentEntityId

See Also