ArcFM Responder Mobile Developer Guide
Key Property (ObjectInfo)






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