FieldStatus Enumeration

Describes status of a field.

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

Syntax

'Declaration
Public Enumeration FieldStatus
public enum FieldStatus
public enum class FieldStatus
type FieldStatus
public enum FieldStatus

Members

Member name Description
InvalidCharacters The field contains invalid characters.
InvalidComputedField The field has an invalid computed value.
InvalidDate The field has an invalid date.
InvalidEmpty The field is invalid because it is empty.
InvalidEmptyOrOldValue The field is invalid because it is empty or has an old value.
InvalidFormat The field has invalid format.
InvalidListValue The field has an invalid list value.
InvalidNotEmpty The field is invalid because it is not empty.
InvalidNotEmptyOrOldValue The field is invalid because it is not empty or has an old value.
InvalidNotOldValue
InvalidOldValue The field is invalid because it has an old value.
InvalidPath The field has an invalid path.
InvalidTooLong The field has an invalid string length.
InvalidType The field has an invalid type.
InvalidUnknown The field is invalid for an unknown reason.
InvalidValueInOtherField The field is invalid because it conflicts with a value in another field.
InvalidValueNotInOtherField The field is invalid because of a value missing in another field.
Valid The field is valid.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace