ArcFM Responder Mobile Developer Guide
Key Property (FieldInfo)






Syntax
'Declaration
 
Public Property Key As FieldKey
'Usage
 
Dim instance As FieldInfo
Dim value As FieldKey
 
instance.Key = value
 
value = instance.Key
public FieldKey Key {get; set;}
public read-write property Key: FieldKey; 
public function get,set Key : FieldKey
public: __property FieldKey get_Key();
public: __property void set_Key( 
   FieldKey value
);
public:
property FieldKey Key {
   FieldKey get();
   void set (    FieldKey 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

FieldInfo Class
FieldInfo Members

Send Feedback