IIdentifiable<TKey>.Id Property

Gets the identifier.

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

Syntax

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

Property Value

Type: TKey
The identifier that matches the specified generic parameter type.

.NET Framework Security

See Also

Reference

IIdentifiable<TKey> Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace