FailButtonText 属性

Gets the default text for the Fail button.

命名空间:  Microsoft.SqlServer.MessageBox
程序集:  Microsoft.ExceptionMessageBox(在 Microsoft.ExceptionMessageBox.dll 中)

语法

声明
Public Shared ReadOnly Property FailButtonText As String
    Get
用法
Dim value As String

value = ExceptionMessageBox.FailButtonText
public static string FailButtonText { get; }
public:
static property String^ FailButtonText {
    String^ get ();
}
static member FailButtonText : string
static function get FailButtonText () : String

属性值

类型:System. . :: . .String
A String value.

注释

The FailButtonText property specifies customized button text while it maintains the functionality of the Fail button.