Свойство ExceptionMessageBox.YesButtonText
Gets the default text for the Yes button
Пространство имен: Microsoft.SqlServer.MessageBox
Сборка: Microsoft.ExceptionMessageBox (в Microsoft.ExceptionMessageBox.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property YesButtonText As String
Get
'Применение
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
Значение свойства
Тип: System.String
A String value.