Dela via


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

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

Syntax

'Declaration
Public Property MessageLevelDefault As Integer
    Get
    Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As Integer

value = instance.MessageLevelDefault

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

Property Value

Type: System.Int32
An Int32 value.