Dela via


ExceptionMessageBox.Options 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 Options instead.

Namespace:  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Property Options As ExceptionMessageBoxOptions
    Get
    Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As ExceptionMessageBoxOptions

value = instance.Options

instance.Options = value
public ExceptionMessageBoxOptions Options { get; set; }
public:
property ExceptionMessageBoxOptions Options {
    ExceptionMessageBoxOptions get ();
    void set (ExceptionMessageBoxOptions value);
}
member Options : ExceptionMessageBoxOptions with get, set
function get Options () : ExceptionMessageBoxOptions
function set Options (value : ExceptionMessageBoxOptions)