ArcFM Responder Mobile Developer Guide
FieldDefinitions Property






Syntax
'Declaration
 
Public Property FieldDefinitions As System.Collections.Generic.IDictionary(Of FieldKey,FieldDefinition)
'Usage
 
Dim instance As ObjectClassInfo
Dim value As System.Collections.Generic.IDictionary(Of FieldKey,FieldDefinition)
 
instance.FieldDefinitions = value
 
value = instance.FieldDefinitions
public System.Collections.Generic.IDictionary<FieldKey,FieldDefinition> FieldDefinitions {get; set;}
public read-write property FieldDefinitions: System.Collections.Generic.IDictionary; 
public function get,set FieldDefinitions : System.Collections.Generic.IDictionary
public: __property System.Collections.Generic.IDictionary<FieldKey,FieldDefinition*>* get_FieldDefinitions();
public: __property void set_FieldDefinitions( 
   System.Collections.Generic.IDictionary<FieldKey,FieldDefinition*>* value
);
public:
property System.Collections.Generic.IDictionary<FieldKey,FieldDefinition^>^ FieldDefinitions {
   System.Collections.Generic.IDictionary<FieldKey,FieldDefinition^>^ get();
   void set (    System.Collections.Generic.IDictionary<FieldKey,FieldDefinition^>^ 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

ObjectClassInfo Class
ObjectClassInfo Members

Send Feedback