WebPart.ConnectErrorMessage 属性

定义

获取在连接过程中发生错误时要向用户显示的错误消息。Gets an error message to display to users if errors occur during the connection process.

public:
 property System::String ^ ConnectErrorMessage { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string ConnectErrorMessage { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ConnectErrorMessage : string
Public ReadOnly Property ConnectErrorMessage As String

属性值

String

包含错误消息的字符串。A string that contains the error message.

属性

注解

属性的内容 ConnectErrorMessage 由 Web 部件控件集内部提供。The content of the ConnectErrorMessage property is supplied internally by the Web Parts control set.

适用于