ConnectionConsumerAttribute.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 consumer connection point.
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 consumer 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. Consumer connection points can have the same DisplayName property value, but the ID property must be different.