Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
[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)
Eigenschaftswert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.