Test.TestCaseId Property

Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)

Syntax

'Declaration
Public Property TestCaseId As Integer
public int TestCaseId { get; internal set; }
public:
property int TestCaseId {
    int get ();
    internal: void set (int value);
}
member TestCaseId : int with get, internal set
function get TestCaseId () : int 
internal function set TestCaseId (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

Test Class

Microsoft.TeamFoundation.TestImpact.Client Namespace