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