Selerix Developer Tools
Relationship Property (RelationshipCC)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RelationshipCC Class : Relationship Property
Gets or sets the relationship.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property Relationship As Relationship
'Usage
 
Dim instance As RelationshipCC
Dim value As Relationship
 
instance.Relationship = value
 
value = instance.Relationship
[XmlAttribute()]
[DefaultValue()]
public Relationship Relationship {get; set;}
public read-write property Relationship: Relationship; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Relationship : Relationship
[XmlAttribute()]
[DefaultValue()]
public: __property Relationship get_Relationship();
public: __property void set_Relationship( 
   Relationship value
);
[XmlAttribute()]
[DefaultValue()]
public:
property Relationship Relationship {
   Relationship get();
   void set (    Relationship value);
}

Property Value

The relationship.
See Also

Reference

RelationshipCC Class
RelationshipCC Members