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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.