'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property DefaultStatusCode As UAStatusCode
'Usage
Dim value As UAStatusCode value = UADataValue.DefaultStatusCode
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static UAStatusCode DefaultStatusCode {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property UAStatusCode^ DefaultStatusCode { UAStatusCode^ get(); }