'Declaration
<DefaultValueAttribute(False)> <IsValueEvidentAttribute(True)> Public ReadOnly Property IsGood As Boolean
'Usage
Dim instance As UAStatusCode Dim value As Boolean value = instance.IsGood
[DefaultValue(false)] [IsValueEvident(true)] public bool IsGood {get;}
[DefaultValue(false)] [IsValueEvident(true)] public: property bool IsGood { bool get(); }