다음을 통해 공유


RetryButtonText 속성

Gets the default text for the Retry button.

네임스페이스:  Microsoft.SqlServer.MessageBox
어셈블리:  Microsoft.ExceptionMessageBox(Microsoft.ExceptionMessageBox.dll)

구문

‘선언
Public Shared ReadOnly Property RetryButtonText As String
    Get
‘사용 방법
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

속성 값

유형: System. . :: . .String
A String value.

주의

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