Gets a parent item for the given field item.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public FieldItem Parent { get; set; }
Visual Basic (Declaration)
Public Property Parent As FieldItem
Visual C++
public:
property FieldItem^ Parent {
	FieldItem^ get ();
	void set (FieldItem^ value);
}

See Also