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입니다. 기본 텍스트는 .NET Framework에서 제공하는 culture별 문자열입니다.

적용 대상