LightSwitch HTML Edition
Items Property






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected ReadOnly Property Items As System.Collections.Generic.IList(Of C1OlapField)
'Usage
 
Dim instance As C1OlapFieldList
Dim value As System.Collections.Generic.IList(Of C1OlapField)
 
value = instance.Items
[__DynamicallyInvokable()]
protected System.Collections.Generic.IList<C1OlapField> Items {get;}
protected read-only property Items: System.Collections.Generic.IList; 
__DynamicallyInvokableAttribute()
protected function get Items : System.Collections.Generic.IList
[__DynamicallyInvokable()]
protected: __property System.Collections.Generic.IList<C1OlapField*>* get_Items();
[__DynamicallyInvokable()]
protected:
property System.Collections.Generic.IList<C1OlapField^>^ Items {
   System.Collections.Generic.IList<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

C1OlapFieldList Class
C1OlapFieldList Members

Send Feedback