LightSwitch HTML Edition
Field Property (C1OlapFilter)






Gets the field that this filter is acting on.
Syntax
'Declaration
 
Public ReadOnly Property Field As C1OlapField
'Usage
 
Dim instance As C1OlapFilter
Dim value As C1OlapField
 
value = instance.Field
public C1OlapField Field {get;}
public read-only property Field: C1OlapField; 
public function get Field : C1OlapField
public: __property C1OlapField* get_Field();
public:
property C1OlapField^ Field {
   C1OlapField^ 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

C1OlapFilter Class
C1OlapFilter Members

Send Feedback