ArcFM Responder Mobile Developer Guide
OptionIndex Property






Syntax
'Declaration
 
Public Property OptionIndex As System.Integer
'Usage
 
Dim instance As OptionContext
Dim value As System.Integer
 
instance.OptionIndex = value
 
value = instance.OptionIndex
public System.int OptionIndex {get; set;}
public read-write property OptionIndex: System.Integer; 
public function get,set OptionIndex : System.int
public: __property System.int get_OptionIndex();
public: __property void set_OptionIndex( 
   System.int value
);
public:
property System.int OptionIndex {
   System.int get();
   void set (    System.int value);
}
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

OptionContext Class
OptionContext Members

Send Feedback