'Declaration<XmlAttributeAttribute()> <DefaultValueAttribute(False)> Public Property HasNoPermissions As Boolean
'UsageDim 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); }