ConnectionProviderAttribute.ID Property

Definition

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.

Applies to