ExceptionMessageBox.Options Property

Definition

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.

public:
 property Microsoft::NetEnterpriseServers::ExceptionMessageBoxOptions Options { Microsoft::NetEnterpriseServers::ExceptionMessageBoxOptions get(); void set(Microsoft::NetEnterpriseServers::ExceptionMessageBoxOptions value); };
public Microsoft.NetEnterpriseServers.ExceptionMessageBoxOptions Options { get; set; }
member this.Options : Microsoft.NetEnterpriseServers.ExceptionMessageBoxOptions with get, set
Public Property Options As ExceptionMessageBoxOptions

Property Value

An ExceptionMessageBoxOptions value.

Applies to