Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.Execution Namespace
#ctor(DataCollectionContext, Int32, String, Boolean)