ArcFM Responder Mobile Developer Guide
Option Property






Syntax
'Declaration
 
Public Property Option As Option
'Usage
 
Dim instance As OptionContext
Dim value As Option
 
instance.Option = value
 
value = instance.Option
public Option Option {get; set;}
public read-write property Option: Option; 
public function get,set Option : Option
public: __property Option* get_Option();
public: __property void set_Option( 
   Option* value
);
public:
property Option^ Option {
   Option^ get();
   void set (    Option^ 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