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