ArcFM Responder Mobile Developer Guide
Relationships Property (ControlStyleSettings)






Syntax
'Declaration
 
Public Property Relationships As RelationshipList
'Usage
 
Dim instance As ControlStyleSettings
Dim value As RelationshipList
 
instance.Relationships = value
 
value = instance.Relationships
public RelationshipList Relationships {get; set;}
public read-write property Relationships: RelationshipList; 
public function get,set Relationships : RelationshipList
public: __property RelationshipList* get_Relationships();
public: __property void set_Relationships( 
   RelationshipList* value
);
public:
property RelationshipList^ Relationships {
   RelationshipList^ get();
   void set (    RelationshipList^ 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

ControlStyleSettings Class
ControlStyleSettings Members

Send Feedback