'Declaration
<BrowsableAttribute(False)> <NotNullAttribute()> Public ReadOnly Property ServiceProvider As IServiceProvider
'Usage
Dim instance As UserValueControl Dim value As IServiceProvider value = instance.ServiceProvider
[Browsable(false)] [NotNull()] public IServiceProvider ServiceProvider {get;}
[Browsable(false)] [NotNull()] public: property IServiceProvider^ ServiceProvider { IServiceProvider^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).