BuildWellKnownGroups Class

Contains security identifiers for well-known Team Foundation Build groups.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Common.BuildWellKnownGroups

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

Syntax

'Declaration
Public NotInheritable Class BuildWellKnownGroups
public static class BuildWellKnownGroups
public ref class BuildWellKnownGroups abstract sealed
[<AbstractClass>]
[<Sealed>]
type BuildWellKnownGroups =  class end
public final class BuildWellKnownGroups

The BuildWellKnownGroups type exposes the following members.

Properties

  Name Description
Public propertyStatic member BuildAdministratorsIdentifier Gets the well-known security identifier for the team project collection build administrators group.
Public propertyStatic member BuildServicesIdentifier Gets the well-known security identifier for the team project collection build services group.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Build.Common Namespace