ConnectionProviderAttribute::ID Property
.NET Framework (current version)
Gets a string that represents the unique identity of the provider connection point object.
Assembly: System.Web (in System.Web.dll)
If searching through a connection point collection, you should use the ID property to locate a particular connection point. This property can be used to distinguish between two connection points of the same name. Provider connection points can have the same DisplayName property value, but the ID property must be different.
.NET Framework
Available since 2.0
Available since 2.0
Show: