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