LightSwitch HTML Edition
ValueField Property (C1OlapKey)






Gets the C1OlapField that represents the value field associated with this C1OlapKey.
Syntax
'Declaration
 
Public ReadOnly Property ValueField As C1OlapField
'Usage
 
Dim instance As C1OlapKey
Dim value As C1OlapField
 
value = instance.ValueField
public C1OlapField ValueField {get;}
public read-only property ValueField: C1OlapField; 
public function get ValueField : C1OlapField
public: __property C1OlapField* get_ValueField();
public:
property C1OlapField^ ValueField {
   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

C1OlapKey Class
C1OlapKey Members

Send Feedback