次の方法で共有


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 によって提供される、カルチャ固有の文字列です。

適用対象