ConnectionProviderAttribute.ID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string that represents the unique identity of the provider connection point object.
public:
property System::String ^ ID { System::String ^ get(); };
public string ID { get; }
member this.ID : string
Public ReadOnly Property ID As String
Property Value
The unique ID assigned to the provider connection point. The default value is Empty.
Remarks
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.