KeyValue<TKeyType, TValueType>.Key Property

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

Syntax

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

Property Value

Type: TKeyType

.NET Framework Security

See Also

Reference

KeyValue<TKeyType, TValueType> Class

Microsoft.TeamFoundation.Framework.Server Namespace