'Declaration
<XmlAttributeAttribute()> Public Property IsEmployerRateCard As Boolean
'Usage
Dim instance As RateCard Dim value As Boolean instance.IsEmployerRateCard = value value = instance.IsEmployerRateCard
[XmlAttribute()] public bool IsEmployerRateCard {get; set;}
public read-write property IsEmployerRateCard: Boolean;
XmlAttributeAttribute() public function get,set IsEmployerRateCard : boolean
[XmlAttribute()] public: __property bool get_IsEmployerRateCard(); public: __property void set_IsEmployerRateCard( bool value );
[XmlAttribute()] public: property bool IsEmployerRateCard { bool get(); void set ( bool value); }
Property Value
true
if this instance is employer rate card; otherwise, false
.