This documentation is archived and is not being maintained.

Field::Value Property

Gets or sets the current value of this field.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Type: System::Object
The current value of this field.

Show: