'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Shared ReadOnly Property SharedServiceProvider As IServiceProvider
'Usage
Dim value As IServiceProvider value = EasyDAClientCore.SharedServiceProvider
[JetBrains.Annotations.NotNull()] public static IServiceProvider SharedServiceProvider {get;}
[JetBrains.Annotations.NotNull()] public: static property IServiceProvider^ SharedServiceProvider { IServiceProvider^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).