Compartir a través de


FailButtonText Propiedad

Gets the default text for the Fail button.

Espacio de nombres:  Microsoft.SqlServer.MessageBox
Ensamblado:  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property FailButtonText As String
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .String
A String value.

Notas

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