'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public CostIsCustom As Boolean
'Usage
Dim instance As Rates Dim value As Boolean value = instance.CostIsCustom instance.CostIsCustom = value
[XmlAttribute()] [DefaultValue()] public bool CostIsCustom
public field CostIsCustom: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public var CostIsCustom : boolean;
[XmlAttribute()] [DefaultValue()] public: bool CostIsCustom
[XmlAttribute()] [DefaultValue()] public: bool CostIsCustom