Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property LocalValue As Object
public Object LocalValue { get; internal set; }
public:
property Object^ LocalValue {
    Object^ get ();
    internal: void set (Object^ value);
}
member LocalValue : Object with get, internal set
function get LocalValue () : Object 
internal function set LocalValue (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.