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