Propriedade YesButtonText
Gets the default text for the Yes button
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (em Microsoft.ExceptionMessageBox.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property YesButtonText As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
A String value.
Consulte também