Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the default text for the Fail button.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Shared ReadOnly Property FailButtonText As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
A String value.
Hinweise
The FailButtonText property specifies customized button text while it maintains the functionality of the Fail button.