ConnectionsZone.ExistingConnectionErrorMessage 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个文本消息,该消息在现有连接出现错误或警告时显示在连接用户界面 (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 提供的、特定于区域性的字符串。