Partilhar via


Propriedade do RDL ExceptionMessageBox.OKButtonText

Gets the default text for the OK button

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

Sintaxe

'Declaração
Public Shared ReadOnly Property OKButtonText As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
A String value.

Comentários

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

Consulte também

Referência

ExceptionMessageBox Classe

Namespace Microsoft.SqlServer.MessageBox