Compartir a través de


ExceptionMessageBox.RetryButtonText Propiedad

Gets the default text for the Retry button.

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

Sintaxis

'Declaración
Public Shared ReadOnly Property RetryButtonText As String 
    Get
'Uso
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A String value.

Comentarios

The RetryButtonText property specifies customized button text while it maintains the functionality of the Retry button.

Vea también

Referencia

ExceptionMessageBox Clase

Espacio de nombres Microsoft.SqlServer.MessageBox