Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.Data.Schema.UnitTesting
Assembly:  Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property TestContext As TestContext
'Usage
Dim instance As DatabaseTestClass 
Dim value As TestContext 
value = instance.TestContext
instance.TestContext = value
[BrowsableAttribute(false)]
public TestContext TestContext { get; set; }
[BrowsableAttribute(false)]
public:
property TestContext^ TestContext {
    TestContext^ get ();
    void set (TestContext^ value);
}
public function get TestContext () : TestContext 
public function set TestContext (value : TestContext)
Property Value
Type: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
.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.