LightSwitch HTML Edition
Fields Property (C1OlapKey)






Gets the list of C1OlapField pivot fields associated with this C1OlapKey.
Syntax
'Declaration
 
Public ReadOnly Property Fields As C1OlapFieldList
'Usage
 
Dim instance As C1OlapKey
Dim value As C1OlapFieldList
 
value = instance.Fields
public C1OlapFieldList Fields {get;}
public read-only property Fields: C1OlapFieldList; 
public function get Fields : C1OlapFieldList
public: __property C1OlapFieldList* get_Fields();
public:
property C1OlapFieldList^ Fields {
   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

C1OlapKey Class
C1OlapKey Members

Send Feedback