LinqDataSourceDesigner::ServiceProvider Property

 

Gets the service provider that is associated with the LinqDataSource instance.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

public:
property IServiceProvider^ ServiceProvider {
	IServiceProvider^ get();
}

Property Value

Type: System::IServiceProvider^

An object that represents the service provider.

.NET Framework
Available since 3.5
Return to top
Show: