Propriété RetryButtonText
Gets the default text for the Retry button.
Espace de noms : Microsoft.SqlServer.MessageBox
Assembly : Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property RetryButtonText As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A String value.
Notes
The RetryButtonText property specifies customized button text while it maintains the functionality of the Retry button.