ArcFM Responder Mobile Developer Guide
RelatedObjects Property






Syntax
'Declaration
 
Public Property RelatedObjects As System.Collections.Generic.IList(Of ObjectInfo)
'Usage
 
Dim instance As RelationshipInfo
Dim value As System.Collections.Generic.IList(Of ObjectInfo)
 
instance.RelatedObjects = value
 
value = instance.RelatedObjects
public System.Collections.Generic.IList<ObjectInfo> RelatedObjects {get; set;}
public read-write property RelatedObjects: System.Collections.Generic.IList; 
public function get,set RelatedObjects : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<ObjectInfo*>* get_RelatedObjects();
public: __property void set_RelatedObjects( 
   System.Collections.Generic.IList<ObjectInfo*>* value
);
public:
property System.Collections.Generic.IList<ObjectInfo^>^ RelatedObjects {
   System.Collections.Generic.IList<ObjectInfo^>^ get();
   void set (    System.Collections.Generic.IList<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