ArcFM Responder Mobile Developer Guide
Command Property (CommandsSettings)






Syntax
'Declaration
 
<System.Xml.Serialization.XmlElementAttribute("Command")>
Public Property Command As CommandSettings()
'Usage
 
Dim instance As CommandsSettings
Dim value() As CommandSettings
 
instance.Command = value
 
value = instance.Command
[System.Xml.Serialization.XmlElement("Command")]
public CommandSettings[] Command {get; set;}
public read-write property Command: array of CommandSettings; 
System.Xml.Serialization.XmlElementAttribute("Command")
public function get,set Command : CommandSettings[]
[System.Xml.Serialization.XmlElement("Command")]
public: __property CommandSettings*[]* get_Command();
public: __property void set_Command( 
   CommandSettings*[]* value
);
[System.Xml.Serialization.XmlElement("Command")]
public:
property array<CommandSettings^>^ Command {
   array<CommandSettings^>^ get();
   void set (    array<CommandSettings^>^ 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

CommandsSettings Class
CommandsSettings Members

Send Feedback