TestCaseEvent.TestCaseManagerId 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 case manager id: the identifier of the test case in Team Foundation Server.
public:
property int TestCaseManagerId { int get(); };
public:
property int TestCaseManagerId { int get(); };
public int TestCaseManagerId { get; }
member this.TestCaseManagerId : int
Public ReadOnly Property TestCaseManagerId As Integer