ExceptionMessageBox.DefaultButton Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default button on the message box.
public:
property Microsoft::SqlServer::MessageBox::ExceptionMessageBoxDefaultButton DefaultButton { Microsoft::SqlServer::MessageBox::ExceptionMessageBoxDefaultButton get(); void set(Microsoft::SqlServer::MessageBox::ExceptionMessageBoxDefaultButton value); };
public Microsoft.SqlServer.MessageBox.ExceptionMessageBoxDefaultButton DefaultButton { get; set; }
member this.DefaultButton : Microsoft.SqlServer.MessageBox.ExceptionMessageBoxDefaultButton with get, set
Public Property DefaultButton As ExceptionMessageBoxDefaultButton
Property Value
An ExceptionMessageBoxDefaultButton object.
Remarks
The default value is Button1.