TestRunConfigurationId Class

Definition

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.

Applies to