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.
Gets or sets the data source access method element in the app.config file.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("dataAccessMethod", DefaultValue := "")> _
Public Property DataAccessMethod As String
[ConfigurationPropertyAttribute("dataAccessMethod", DefaultValue = "")]
public string DataAccessMethod { get; set; }
[ConfigurationPropertyAttribute(L"dataAccessMethod", DefaultValue = L"")]
public:
property String^ DataAccessMethod {
String^ get ();
void set (String^ value);
}
[<ConfigurationPropertyAttribute("dataAccessMethod", DefaultValue = "")>]
member DataAccessMethod : string with get, set
function get DataAccessMethod () : String
function set DataAccessMethod (value : String)
Property Value
Type: String
The data source access method.
.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.