ArcFM Responder Mobile Developer Guide
FieldNames Property






Syntax
'Declaration
 
Public ReadOnly Property FieldNames As System.Collections.Generic.Dictionary(Of String,String)
'Usage
 
Dim instance As GetAllFieldsWithModelName
Dim value As System.Collections.Generic.Dictionary(Of String,String)
 
value = instance.FieldNames
public System.Collections.Generic.Dictionary<string,string> FieldNames {get;}
public read-only property FieldNames: System.Collections.Generic.Dictionary; 
public function get FieldNames : System.Collections.Generic.Dictionary
public: __property System.Collections.Generic.Dictionary<string*,string*>* get_FieldNames();
public:
property System.Collections.Generic.Dictionary<String^,String^>^ FieldNames {
   System.Collections.Generic.Dictionary<String^,String^>^ get();
}
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

GetAllFieldsWithModelName Class
GetAllFieldsWithModelName Members

Send Feedback