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