KeyValue<TKeyType, TValueType>.Value 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 Value As TValueType
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public TValueType Value { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public:
property TValueType Value {
    TValueType get ();
    void set (TValueType value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
member Value : 'TValueType with get, set
function get Value () : TValueType
function set Value (value : TValueType)

Property Value

Type: TValueType
Returns [{0}].

.NET Framework Security

See Also

Reference

KeyValue<TKeyType, TValueType> Class

Microsoft.TeamFoundation.Framework.Server Namespace