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