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.Internal, ClientVisibility.Internal)> _
Public Property Key As TKeyType
[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
Returns [{0}].
.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.