'Declaration
<NotNullAttribute()> Public Shared Property DefaultClient As IEasyUAClient
'Usage
Dim value As IEasyUAClient UAClientMapper.DefaultClient = value value = UAClientMapper.DefaultClient
[NotNull()] public static IEasyUAClient DefaultClient {get; set;}
[NotNull()] public: static property IEasyUAClient^ DefaultClient { IEasyUAClient^ get(); void set ( IEasyUAClient^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).