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
Get
Friend Set
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
.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.