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