ArcFM Responder Mobile Developer Guide
Source Property (RelationshipInfo)






Syntax
'Declaration
 
Public Property Source As ObjectInfo
'Usage
 
Dim instance As RelationshipInfo
Dim value As ObjectInfo
 
instance.Source = value
 
value = instance.Source
public ObjectInfo Source {get; set;}
public read-write property Source: ObjectInfo; 
public function get,set Source : ObjectInfo
public: __property ObjectInfo* get_Source();
public: __property void set_Source( 
   ObjectInfo* value
);
public:
property ObjectInfo^ Source {
   ObjectInfo^ get();
   void set (    ObjectInfo^ 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