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