Share via


DatabaseUnitTestingSection.AllowConfigurationOverride Property

Namespace:  Microsoft.Data.Schema.UnitTesting.Configuration
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("AllowConfigurationOverride", DefaultValue := False,  _
    IsRequired := False)> _
Public Property AllowConfigurationOverride As Boolean
[ConfigurationPropertyAttribute("AllowConfigurationOverride", DefaultValue = false, 
    IsRequired = false)]
public bool AllowConfigurationOverride { get; set; }
[ConfigurationPropertyAttribute(L"AllowConfigurationOverride", DefaultValue = false, 
    IsRequired = false)]
public:
property bool AllowConfigurationOverride {
    bool get ();
    void set (bool value);
}
[<ConfigurationPropertyAttribute("AllowConfigurationOverride", DefaultValue = false, 
    IsRequired = false)>]
member AllowConfigurationOverride : bool with get, set
function get AllowConfigurationOverride () : boolean
function set AllowConfigurationOverride (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseUnitTestingSection Class

Microsoft.Data.Schema.UnitTesting.Configuration Namespace