'Declaration
<XmlIgnoreAttribute()> Public Property AggregateBits As AggregateBits
'Usage
Dim instance As StatusCode Dim value As AggregateBits instance.AggregateBits = value value = instance.AggregateBits
[XmlIgnore()] public AggregateBits AggregateBits {get; set;}
[XmlIgnore()] public: property AggregateBits AggregateBits { AggregateBits get(); void set ( AggregateBits value); }