DependsOnAttribute.TestClass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the test class declaring the prerequisite, or null when the prerequisite
is a method of the same class as the dependent.
public Type? TestClass { get; }
member this.TestClass : Type
Public ReadOnly Property TestClass As Type