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

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

Property Value

An ExceptionMessageBoxDefaultButton object.

Applies to