BuildServiceAccountMembership Enumeration

Indicates whether the service account is already a member of the Build Service Accounts group, has to be added, or will not be added because of the lack of permission of the user who performs the registration.

Namespace:  Microsoft.TeamFoundation.Build.Config
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

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

Members

Member name Description
HasMembership The service account is already a member of the group.

NeedsMembership The service account is not yet a member of the group.

NoPermissionToGrantMembership User has no permission to grant the build service account membership.

See Also

Reference

Microsoft.TeamFoundation.Build.Config Namespace