Freigeben über


ExceptionMessageBox.OKButtonText-Eigenschaft

Gets the default text for the OK button

Namespace:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Shared ReadOnly Property OKButtonText As String 
    Get
'Usage
Dim value As String 

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

Eigenschaftswert

Typ: System.String
A String value.

Hinweise

The OKButtonText property specifies customized button text while it maintains the functionality of the OK button.

Siehe auch

Verweis

ExceptionMessageBox Klasse

Microsoft.SqlServer.MessageBox-Namespace