ArcFM Responder Mobile Developer Guide
FeatureID Property (JumpersObject)






Syntax
'Declaration
 
Public Property FeatureID As JumperFeatureID
'Usage
 
Dim instance As JumpersObject
Dim value As JumperFeatureID
 
instance.FeatureID = value
 
value = instance.FeatureID
public JumperFeatureID FeatureID {get; set;}
public read-write property FeatureID: JumperFeatureID; 
public function get,set FeatureID : JumperFeatureID
public: __property JumperFeatureID* get_FeatureID();
public: __property void set_FeatureID( 
   JumperFeatureID* value
);
public:
property JumperFeatureID^ FeatureID {
   JumperFeatureID^ get();
   void set (    JumperFeatureID^ 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

JumpersObject Class
JumpersObject Members

Send Feedback