Freigeben über


ExceptionMessageBox.NoButtonText-Eigenschaft

Gets the default text for the No button

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

Syntax

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

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

Eigenschaftswert

Typ: System.String
A String value.

Hinweise

The NoButtonText property specifies customized button text while it maintains the functionality of the No button.

Siehe auch

Verweis

ExceptionMessageBox Klasse

Microsoft.SqlServer.MessageBox-Namespace