ArcFM Responder Mobile Developer Guide
Fields Property (ObjectInfo)






Syntax
'Declaration
 
Public Property Fields As System.Collections.Generic.IDictionary(Of String,FieldInfo)
'Usage
 
Dim instance As ObjectInfo
Dim value As System.Collections.Generic.IDictionary(Of String,FieldInfo)
 
instance.Fields = value
 
value = instance.Fields
public System.Collections.Generic.IDictionary<string,FieldInfo> Fields {get; set;}
public read-write property Fields: System.Collections.Generic.IDictionary; 
public function get,set Fields : System.Collections.Generic.IDictionary
public: __property System.Collections.Generic.IDictionary<string*,FieldInfo*>* get_Fields();
public: __property void set_Fields( 
   System.Collections.Generic.IDictionary<string*,FieldInfo*>* value
);
public:
property System.Collections.Generic.IDictionary<String^,FieldInfo^>^ Fields {
   System.Collections.Generic.IDictionary<String^,FieldInfo^>^ get();
   void set (    System.Collections.Generic.IDictionary<String^,FieldInfo^>^ 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

ObjectInfo Class
ObjectInfo Members

Send Feedback