Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Reference for Team Foundation Server SDK
Field.Value Property

Gets the value of the Field.

Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in microsoft.teamfoundation.workitemtracking.client.dll)

Visual Basic (Declaration)
Public Property Value As Object
Visual Basic (Usage)
Dim instance As Field
Dim value As Object

value = instance.Value

instance.Value = value
C#
public Object Value { get; set; }
C++
public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}
J#
/** @property */
public Object get_Value ()

/** @property */
public void set_Value (Object value)
JScript
public function get Value () : Object

public function set Value (value : Object)

The strong type of the object depends on the type of the Field definition.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker