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)

Syntax

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)
Remarks

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

See Also

Tags :


Page view tracker