ProviderConnectionPointCollection.Default 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 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.