Свойство OKButtonText
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется. Use OKButtonText instead.
Пространство имен: Microsoft.NetEnterpriseServers
Сборка: Microsoft.NetEnterpriseServers.ExceptionMessageBox (в Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property OKButtonText As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
A String value.