Selerix Developer Tools
IsPrimary Property (RelationshipCC)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RelationshipCC Class : IsPrimary Property
Gets or sets if this relationship can be primary insured.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property IsPrimary As Boolean
'Usage
 
Dim instance As RelationshipCC
Dim value As Boolean
 
instance.IsPrimary = value
 
value = instance.IsPrimary
[XmlAttribute()]
[DefaultValue()]
public bool IsPrimary {get; set;}
public read-write property IsPrimary: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set IsPrimary : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_IsPrimary();
public: __property void set_IsPrimary( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool IsPrimary {
   bool get();
   void set (    bool value);
}
See Also

Reference

RelationshipCC Class
RelationshipCC Members