ConsumerConnectionPointCollection.Default 属性

定义

获取默认的使用者连接点。

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

属性值

ConsumerConnectionPoint

默认的 ConsumerConnectionPoint

注解

此属性提供了一种在作为默认连接点的集合中查找使用者连接点的快捷方法。

适用于