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
- 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.