'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute(System.UInt32, "0")> Public Property Code As UInteger
'Usage
Dim instance As NodeSetStatus Dim value As UInteger instance.Code = value value = instance.Code
[XmlAttribute()] [DefaultValue(System.UInt32, "0")] public uint Code {get; set;}
[XmlAttribute()] [DefaultValue(System.UInt32, "0")] public: property uint Code { uint get(); void set ( uint value); }