ConnectionProviderAttribute Constructor (String, String)
Assembly: System.Web (in system.web.dll)
public ConnectionProviderAttribute ( String displayName, String id )
public function ConnectionProviderAttribute ( displayName : String, id : String )
Parameters
- displayName
A string that contains a friendly name for the provider connection point to display in the user interface (UI).
- id
The ID, a unique string value assigned to the provider connection point.
The displayName parameter is a friendly name of the provider connection point that is used by the ConnectionsZone control to represent a provider's connection point in the UI.
The id parameter is used to specify the ID for the provider connection point associated with the specific callback method. A control can have multiple connection points, but the id for each must be unique. Therefore, this overload of the constructor is useful if you have multiple callback methods in your provider control.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.