[XmlAttributeAttribute]
public bool isExpanded { get; set; }
<XmlAttributeAttribute>
Public Property isExpanded As Boolean
Get
Set
public:
[XmlAttributeAttribute]
property bool isExpanded {
bool get ();
void set (bool value);
}
[<XmlAttributeAttribute>]
member isExpanded : bool with get, set