Share via


ExtenderWarningLevel Property

The Warning Level to use

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<AutomationBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
Public Property ExtenderWarningLevel As Integer
    Get
    Set
'Usage
Dim instance As DatabaseConfigurationExtender
Dim value As Integer

value = instance.ExtenderWarningLevel

instance.ExtenderWarningLevel = value
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public int ExtenderWarningLevel { get; set; }
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public:
property int ExtenderWarningLevel {
    int get ();
    void set (int value);
}
[<AutomationBrowsableAttribute(false)>]
[<BrowsableAttribute(false)>]
member ExtenderWarningLevel : int with get, set
function get ExtenderWarningLevel () : int
function set ExtenderWarningLevel (value : int)

Property Value

Type: System..::..Int32

See Also

Reference

DatabaseConfigurationExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace