Freigeben über


ExceptionMessageBox.YesButtonText-Eigenschaft

Gets the default text for the Yes button

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

Syntax

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

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

Eigenschaftswert

Typ: System.String
A String value.

Siehe auch

Verweis

ExceptionMessageBox Klasse

Microsoft.SqlServer.MessageBox-Namespace