TestCaseEventArgs.TestCaseId Property
Gets or sets the test case identifier.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property TestCaseId As Guid
public Guid TestCaseId { get; private set; }
public:
property Guid TestCaseId {
Guid get ();
private: void set (Guid value);
}
member TestCaseId : Guid with get, private set
function get TestCaseId () : Guid
private function set TestCaseId (value : Guid)
Property Value
Type: Guid
The test case ID.
.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.