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