PropertyValue.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, PropertyName := "InternalValue", _
Direction := ClientPropertySerialization.Bidirectional)> _
Public Property Value As Object
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalValue",
Direction = ClientPropertySerialization.Bidirectional)]
public Object Value { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal, PropertyName = L"InternalValue",
Direction = ClientPropertySerialization::Bidirectional)]
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalValue",
Direction = ClientPropertySerialization.Bidirectional)>]
member Value : Object with get, set
function get Value () : Object
function set Value (value : Object)
Property Value
Type: System.Object
Returns Object.
.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.