ProviderConnectionPointCollection.Default Property

Definition

Gets the default connection point from the collection of provider connection points associated with a particular control.

public:
 property System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^ Default { System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^ get(); };
public System.Web.UI.WebControls.WebParts.ProviderConnectionPoint Default { get; }
member this.Default : System.Web.UI.WebControls.WebParts.ProviderConnectionPoint
Public ReadOnly Property Default As ProviderConnectionPoint

Property Value

The default ProviderConnectionPoint from a ProviderConnectionPointCollection.

Remarks

This property provides quick access to the provider connection point that is the default connection point within a ProviderConnectionPointCollection collection. The default provider connection point is the primary interface used to establish and maintain a connection with consumers. Any other provider connection points in the collection provide secondary interfaces to consumers.

Applies to

See also