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