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