Share via


Propriété ExceptionMessageBox.AbortButtonText

Gets the default text for the Abort button.

Espace de noms :  Microsoft.SqlServer.MessageBox
Assembly :  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property AbortButtonText As String 
    Get
'Utilisation
Dim value As String 

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

Valeur de propriété

Type : System.String
A String value.

Notes

The AbortButtonText property specifies customized button text while it maintains the functionality of the Abort button.

Voir aussi

Référence

ExceptionMessageBox Classe

Espace de noms Microsoft.SqlServer.MessageBox