ArcFM Responder Mobile Developer Guide
Forward Property






Syntax
'Declaration
 
Public Property Forward As System.Boolean
'Usage
 
Dim instance As RelationshipInfo
Dim value As System.Boolean
 
instance.Forward = value
 
value = instance.Forward
public System.bool Forward {get; set;}
public read-write property Forward: System.Boolean; 
public function get,set Forward : System.boolean
public: __property System.bool get_Forward();
public: __property void set_Forward( 
   System.bool value
);
public:
property System.bool Forward {
   System.bool get();
   void set (    System.bool 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

RelationshipInfo Class
RelationshipInfo Members

Send Feedback