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

public interface IIdentifiable<TKey>
generic<typename TKey>
public interface class IIdentifiable
type IIdentifiable<'TKey> = interface end
Public Interface IIdentifiable(Of TKey)

Type Parameters

  • TKey
    The Type for the identifier.

Properties

Name Description
System_CAPS_pubproperty Id

Gets the identifier.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top