ConnectionPoint.DefaultID Field
Assembly: System.Web (in system.web.dll)
When a connection point is created, it is possible to specify an ID for the connection point in the source code of a consumer or provider WebPart control, using a ConnectionConsumerAttribute or a ConnectionProviderAttribute attribute. However, when an attribute is added to a connection point in the source code, the ID parameter is optional. If the ID is not specified in the attribute, the DefaultID field provides a string that is used to identify the default connection point.
If multiple connection points are defined in a consumer or provider control, it is necessary to specify an ID for each connection point, so that the connection points can be distinguished when creating connections.
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.