This documentation is archived and is not being maintained.
TeamFoundationConfigurationStatus Enumeration
Visual Studio 2013
Indicates the status of a the TeamFoundaitonConfiguration after a validation
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
| Member name | Description | |
|---|---|---|
| Invalid | ||
| NotValidated | The enum values should be given in such a way that ORing them together will yield the strongest result. For instance Valid | Valid | ValidAfterAutoFix == ValidAfterAutoFix and Valid | Valid | ValidAfterAutoFix | Invalid | Valid == Invalid. | |
| Valid | ||
| ValidAfterAutoFix |
Show: