'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute(True)> Public Property Executable As Boolean
'Usage
Dim instance As UAMethod Dim value As Boolean instance.Executable = value value = instance.Executable
[XmlAttribute()] [DefaultValue(true)] public bool Executable {get; set;}
[XmlAttribute()] [DefaultValue(true)] public: property bool Executable { bool get(); void set ( bool value); }