Proprietà RetryButtonText
Gets the default text for the Retry button.
Spazio dei nomi Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property RetryButtonText As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value.
Osservazioni
The RetryButtonText property specifies customized button text while it maintains the functionality of the Retry button.