Get, set the OwnerFolio of the object. Please note not all objects have owner folios. If not, return null by default for getter, throwing exception for setter.

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

Syntax

C#
IFolio OwnerFolio { get; set; }
Visual Basic
Property OwnerFolio As IFolio
	Get
	Set
Visual C++
property IFolio^ OwnerFolio {
	IFolio^ get ();
	void set (IFolio^ value);
}

Field Value

IFolio

See Also