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