ArcFM Responder Mobile Developer Guide
OID Property (FeatureID)






Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property OID As System.Integer
'Usage
 
Dim instance As FeatureID
Dim value As System.Integer
 
instance.OID = value
 
value = instance.OID
[System.Runtime.Serialization.DataMember()]
public System.int OID {get; set;}
public read-write property OID: System.Integer; 
System.Runtime.Serialization.DataMemberAttribute()
public function get,set OID : System.int
[System.Runtime.Serialization.DataMember()]
public: __property System.int get_OID();
public: __property void set_OID( 
   System.int value
);
[System.Runtime.Serialization.DataMember()]
public:
property System.int OID {
   System.int get();
   void set (    System.int 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

FeatureID Class
FeatureID Members

Send Feedback