Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ConnectionConsumerAttribute::ID Property

 

Gets a string that represents the unique identity of the consumer connection point.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property String^ ID {
	String^ get();
}

Property Value

Type: System::String^

The unique ID assigned to the consumer connection point. The default value is Empty.

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft