共用方式為


ConnectionsZone.NewConnectionErrorMessage 屬性

定義

當使用者嘗試建立的新連接上有錯誤或警告時,取得或設定連接使用者介面 (UI) 中所顯示的訊息文字。

public:
 virtual property System::String ^ NewConnectionErrorMessage { System::String ^ get(); void set(System::String ^ value); };
public virtual string NewConnectionErrorMessage { get; set; }
member this.NewConnectionErrorMessage : string with get, set
Public Overridable Property NewConnectionErrorMessage As String

屬性值

String

包含訊息文字的 String。 .NET Framework 會提供文化特性字串做為預設文字。

適用於