ITestAction.Id Property

Gets a unique identifier for this test action.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property Id As Integer
int Id { get; }
property int Id {
    int get ();
}
abstract Id : int with get
function get Id () : int

Property Value

Type: Int32
The identifier number.

.NET Framework Security

See Also

Reference

ITestAction Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace