Share via


KeyValue<TKeyType, TValueType>.Key Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.ProductInternal, ClientVisibility.ProductInternal)> _
Public Property Key As TKeyType
[ClientPropertyAttribute(ClientVisibility.ProductInternal, ClientVisibility.ProductInternal)]
public TKeyType Key { get; set; }
[ClientPropertyAttribute(ClientVisibility::ProductInternal, ClientVisibility::ProductInternal)]
public:
property TKeyType Key {
    TKeyType get ();
    void set (TKeyType value);
}
[<ClientPropertyAttribute(ClientVisibility.ProductInternal, ClientVisibility.ProductInternal)>]
member Key : 'TKeyType with get, set
function get Key () : TKeyType
function set Key (value : TKeyType)

Property Value

Type: TKeyType
Returns {0}.

.NET Framework Security

See Also

Reference

KeyValue<TKeyType, TValueType> Class

Microsoft.TeamFoundation.Framework.Server Namespace