ArcFM Responder Mobile Developer Guide
Commands Property (CommandSettings)






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

CommandSettings Class
CommandSettings Members

Send Feedback