ArcFM Responder Mobile Developer Guide
Item(Int32) Property






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As Option
'Usage
 
Dim instance As OptionSet
Dim index As System.Integer
Dim value As Option
 
instance.Item(index) = value
 
value = instance.Item(index)
[__DynamicallyInvokable()]
public Option Item( 
   System.int index
) {get; set;}
public read-write property Item( 
    index: System.Integer
): Option; 
__DynamicallyInvokableAttribute()
public function get,set Item( 
   index : System.int
) : Option
[__DynamicallyInvokable()]
public: __property Option* get_Item( 
   System.int index
);
public: __property void set_Item( 
   System.int index,
   Option* value
);
[__DynamicallyInvokable()]
public:
property Option^ Item {
   Option^ get(System.int index);
   void set (System.int index, Option^ value);
}

Parameters

index
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

OptionSet Class
OptionSet Members
Overload List

Send Feedback