This documentation is archived and is not being maintained.

FieldDefinition::IsComputed Property

Gets a flag that describes whether the value of the Field that uses this field definition is computed.

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

public:
property bool IsComputed {
	bool get ();
}

Property Value

Type: System::Boolean
True if the value of the Field that uses this field definition is computed; otherwise, false.

A computed value cannot be changed directly. It depends on the values of other Fields.

Show: