IIdentifiable<TKey> Interface
Specifies that the object that implements this interface is identified by an object of specified generic parameter.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface IIdentifiable(Of TKey)
public interface IIdentifiable<TKey>
generic<typename TKey>
public interface class IIdentifiable
type IIdentifiable<'TKey> = interface end
JScript does not support generic types or methods.
Type Parameters
- TKey
The Type for the identifier.
The IIdentifiable<TKey> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the identifier. |
Top