'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); }