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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.