Selerix Developer Tools
LegalStatus Property (RelationshipCC)






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

Property Value

The legal status of the relationship.
See Also

Reference

RelationshipCC Class
RelationshipCC Members