共用方式為


ConnectionsZone.ExistingConnectionErrorMessage 屬性

定義

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

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

屬性值

String

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

適用於