ArcFM Responder Mobile Developer Guide
GetColumns Method






Syntax
'Declaration
 
Public Function GetColumns() As System.String()
'Usage
 
Dim instance As ResponderTable
Dim value() As System.String
 
value = instance.GetColumns()
public System.string[] GetColumns()
public function GetColumns(): System.array of String; 
public function GetColumns() : System.String[];
public: System.string*[]* GetColumns(); 
public:
System.array<String^>^ GetColumns(); 
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

ResponderTable Class
ResponderTable Members

Send Feedback