ArcFM Responder Mobile Developer Guide
Properties Property (TableSettings)






Syntax
'Declaration
 
<System.Xml.Serialization.XmlArrayItemAttribute("Property")>
Public Property Properties As ArgumentSettings()
'Usage
 
Dim instance As TableSettings
Dim value() As ArgumentSettings
 
instance.Properties = value
 
value = instance.Properties
[System.Xml.Serialization.XmlArrayItem("Property")]
public ArgumentSettings[] Properties {get; set;}
public read-write property Properties: array of ArgumentSettings; 
System.Xml.Serialization.XmlArrayItemAttribute("Property")
public function get,set Properties : ArgumentSettings[]
[System.Xml.Serialization.XmlArrayItem("Property")]
public: __property ArgumentSettings*[]* get_Properties();
public: __property void set_Properties( 
   ArgumentSettings*[]* value
);
[System.Xml.Serialization.XmlArrayItem("Property")]
public:
property array<ArgumentSettings^>^ Properties {
   array<ArgumentSettings^>^ get();
   void set (    array<ArgumentSettings^>^ 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

TableSettings Class
TableSettings Members

Send Feedback