LightSwitch HTML Edition
Item Property






Name of the field to retrieve.
Gets a C1OlapField by name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal fieldName As System.String _
) As C1OlapField
'Usage
 
Dim instance As C1OlapFieldList
Dim fieldName As System.String
Dim value As C1OlapField
 
value = instance.Item(fieldName)
public new C1OlapField this[ 
   System.string fieldName
]; {get;}
public  this: : C1OlapField;[ 
    fieldName: System.String
]; read-only
public hide  this[ 
   fieldName : System.String
] get : C1OlapField
public: __property new C1OlapField* get_Item   System.string* fieldName
;
public:
new property C1OlapField^ default [String^] {
   C1OlapField^ get(System.String^ fieldName);
}

Parameters

fieldName
Name of the field to retrieve.

Property Value

The requested C1OlapField.
Remarks
If the list does not contain a field with the specified name, an exception is thrown.
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

C1OlapFieldList Class
C1OlapFieldList Members

Send Feedback