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
Valid The field is valid.
InvalidEmpty The field is invalid because it is empty.
InvalidNotEmpty The field is invalid because it is not empty.
InvalidFormat The field has invalid format.
InvalidListValue The field has an invalid list value.
InvalidOldValue The field is invalid because it has an old value.
InvalidNotOldValue
InvalidEmptyOrOldValue The field is invalid because it is empty or has an old value.
InvalidNotEmptyOrOldValue The field is invalid because it is not empty or has an old value.
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.
InvalidUnknown The field is invalid for an unknown reason.
InvalidDate The field has an invalid date.
InvalidTooLong The field has an invalid string length.
InvalidType The field has an invalid type.
InvalidComputedField The field has an invalid computed value.
InvalidPath The field has an invalid path.
InvalidCharacters The field contains invalid characters.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace