ArcFM Responder Mobile Developer Guide
Relationship Property






Syntax
'Declaration
 
<System.Xml.Serialization.XmlElementAttribute("Relationship")>
Public Property Relationship As RelationshipSettings()
'Usage
 
Dim instance As RelationshipList
Dim value() As RelationshipSettings
 
instance.Relationship = value
 
value = instance.Relationship
[System.Xml.Serialization.XmlElement("Relationship")]
public RelationshipSettings[] Relationship {get; set;}
public read-write property Relationship: array of RelationshipSettings; 
System.Xml.Serialization.XmlElementAttribute("Relationship")
public function get,set Relationship : RelationshipSettings[]
[System.Xml.Serialization.XmlElement("Relationship")]
public: __property RelationshipSettings*[]* get_Relationship();
public: __property void set_Relationship( 
   RelationshipSettings*[]* value
);
[System.Xml.Serialization.XmlElement("Relationship")]
public:
property array<RelationshipSettings^>^ Relationship {
   array<RelationshipSettings^>^ get();
   void set (    array<RelationshipSettings^>^ 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

RelationshipList Class
RelationshipList Members

Send Feedback