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