'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute(System.Byte, "0")> Public Property EventNotifier As Byte
'Usage
Dim instance As UAObject Dim value As Byte instance.EventNotifier = value value = instance.EventNotifier
[XmlAttribute()] [DefaultValue(System.Byte, "0")] public byte EventNotifier {get; set;}
[XmlAttribute()] [DefaultValue(System.Byte, "0")] public: property byte EventNotifier { byte get(); void set ( byte value); }