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