ProviderConnectionPointCollection.Default Property

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

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

public:
property ProviderConnectionPoint^ Default {
	ProviderConnectionPoint^ get ();
}
/** @property */
public ProviderConnectionPoint get_Default ()

public function get Default () : ProviderConnectionPoint

Not applicable.

Property Value

The default ProviderConnectionPoint from a ProviderConnectionPointCollection.

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.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: