Get the entity this share level belongs to (used to determine who can edit this EntityShareLevel.)

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

Syntax

C#
IEntity OwnerEntity { get; }
Visual Basic
ReadOnly Property OwnerEntity As IEntity
	Get
Visual C++
property IEntity^ OwnerEntity {
	IEntity^ get ();
}

Field Value

IEntity

See Also