Get the owner of the collection

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

Syntax

C#
TOwner CollectionOwner { get; }
Visual Basic
ReadOnly Property CollectionOwner As TOwner
	Get
Visual C++
property TOwner CollectionOwner {
	TOwner get ();
}

Field Value

TOwner

See Also