ExceptionMessageBox.Buttons Property
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use Buttons instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Property Buttons As ExceptionMessageBoxButtons
Get
Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As ExceptionMessageBoxButtons
value = instance.Buttons
instance.Buttons = value
public ExceptionMessageBoxButtons Buttons { get; set; }
public:
property ExceptionMessageBoxButtons Buttons {
ExceptionMessageBoxButtons get ();
void set (ExceptionMessageBoxButtons value);
}
member Buttons : ExceptionMessageBoxButtons with get, set
function get Buttons () : ExceptionMessageBoxButtons
function set Buttons (value : ExceptionMessageBoxButtons)
Property Value
Type: Microsoft.NetEnterpriseServers.ExceptionMessageBoxButtons
An ExceptionMessageBoxButtons value.