TestRunConfigurationId Class
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.
Represents an identifier for a test run configuration object.
public ref class TestRunConfigurationId sealed
[System.Serializable]
public sealed class TestRunConfigurationId
[<System.Serializable>]
type TestRunConfigurationId = class
Public NotInheritable Class TestRunConfigurationId
- Inheritance
-
TestRunConfigurationId
- Attributes
Constructors
TestRunConfigurationId() |
Initializes a new instance of the TestRunConfigurationId class. |
TestRunConfigurationId(Guid) |
Initializes a new instance of the TestRunConfigurationId class by using the provided Guid. |
Properties
Id |
Gets the Guid value for the associated test run configuration. |
Methods
Equals(Object) |
Determines whether the provided object is equal to the current object. |
GetHashCode() | |
ToString() |
Returns a string representation of this test run configuration ID object. |