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