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