IIdentifiable<TKey>.Id Property
Gets the identifier.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TKey Id { get; }
property TKey Id {
TKey get();
}
abstract Id : 'TKey with get
ReadOnly Property Id As TKey
Property Value
Type: TKey
The identifier that matches the specified generic parameter type.
See Also
IIdentifiable<TKey> Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top