Edit

TeamProjectCapabilitiesConstants Class

Definition

Used to help build the capabilities for a project.

[Microsoft.VisualStudio.Services.Common.GenerateAllConstants(null)]
public class TeamProjectCapabilitiesConstants
type TeamProjectCapabilitiesConstants = class
Public Class TeamProjectCapabilitiesConstants
Inheritance
TeamProjectCapabilitiesConstants
Attributes
Microsoft.VisualStudio.Services.Common.GenerateAllConstantsAttribute

Constructors

TeamProjectCapabilitiesConstants()

Fields

FeaturesCapabilityName

The name of the capability for features.

FeaturesEnabled

The name of the attribute for features that should be enabled.

ProcessTemplateCapabilityName

The name of the capability for process templates.

ProcessTemplateCapabilityTemplateNameAttributeName

The name of the attribute for the process template name.

ProcessTemplateCapabilityTemplateTypeIdAttributeName

The name of the attribute for the process template type ID.

VersionControlCapabilityAttributeName

The name of the attribute for the version control type.

VersionControlCapabilityName

The name of the capability for version control.

VersionControlGitEnabledAttributeName

The name of the attribute that indicates if Git is enabled

VersionControlTfvcEnabledAttributeName

The name of the attribute that indicates if TFVC is enabled

Applies to