LightSwitch HTML Edition
MaxItems Property






Gets or sets the maximum number of fields allowed in this list.
Syntax
'Declaration
 
Public Property MaxItems As System.Integer
'Usage
 
Dim instance As C1OlapFieldList
Dim value As System.Integer
 
instance.MaxItems = value
 
value = instance.MaxItems
public System.int MaxItems {get; set;}
public read-write property MaxItems: System.Integer; 
public function get,set MaxItems : System.int
public: __property System.int get_MaxItems();
public: __property void set_MaxItems( 
   System.int value
);
public:
property System.int MaxItems {
   System.int get();
   void set (    System.int value);
}
Remarks
Negative values mean the list can have any number of items.
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