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