Share via


ExtenderWarningsAsErrors Property

The WarningsAsErrors to use

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

Syntax

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

value = instance.ExtenderWarningsAsErrors

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

Property Value

Type: System..::..String

See Also

Reference

DatabaseConfigurationExtender Class

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