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