ArcFM Responder Mobile Developer Guide
GdbmExtensions Property






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

GdbmConnectionType Class
GdbmConnectionType Members

Send Feedback