ArcFM Responder Mobile Developer Guide
JunctionEid2 Property (JumpersObject)






Syntax
'Declaration
 
Public Property JunctionEid2 As System.Integer
'Usage
 
Dim instance As JumpersObject
Dim value As System.Integer
 
instance.JunctionEid2 = value
 
value = instance.JunctionEid2
public System.int JunctionEid2 {get; set;}
public read-write property JunctionEid2: System.Integer; 
public function get,set JunctionEid2 : System.int
public: __property System.int get_JunctionEid2();
public: __property void set_JunctionEid2( 
   System.int value
);
public:
property System.int JunctionEid2 {
   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

JumpersObject Class
JumpersObject Members

Send Feedback