Свойство YesButtonText
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется. Use YesButtonText instead.
Пространство имен: Microsoft.NetEnterpriseServers
Сборка: Microsoft.NetEnterpriseServers.ExceptionMessageBox (в Microsoft.NetEnterpriseServers.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.