LightSwitch HTML Edition
ParentList Property






Gets the C1OlapFieldList that contains this field.
Syntax
'Declaration
 
Public ReadOnly Property ParentList As C1OlapFieldList
'Usage
 
Dim instance As C1OlapField
Dim value As C1OlapFieldList
 
value = instance.ParentList
public C1OlapFieldList ParentList {get;}
public read-only property ParentList: C1OlapFieldList; 
public function get ParentList : C1OlapFieldList
public: __property C1OlapFieldList* get_ParentList();
public:
property C1OlapFieldList^ ParentList {
   C1OlapFieldList^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapField Class
C1OlapField Members

Send Feedback