Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default text for the Retry button.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Shared ReadOnly Property RetryButtonText As String
Get
'Usage
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
Property Value
Type: System.String
A String value.
Remarks
The RetryButtonText property specifies customized button text while it maintains the functionality of the Retry button.