ProjectCreationSupportedMacros Class

Contains macros that are supported by the project creation wizard.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Client.ProjectCreationSupportedMacros

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

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

The ProjectCreationSupportedMacros type exposes the following members.

Fields

  Name Description
Public fieldStatic member ProjectAdministratorsGroupName Macro for the project administrator’s group name.
Public fieldStatic member ProjectCollectionAdministratorsCompatibilityGroupName Macro of the project collection administrator’s compatibility group name.
Public fieldStatic member ProjectCollectionAdministratorsCompatibilityGroupName2 Team Project Collection Administrators Group name (Backward compatibility property)
Public fieldStatic member ProjectCollectionAdministratorsGroupName Macro for the name of the project collection administrators group .
Public fieldStatic member ProjectCollectionBuildAdministratorsCompatibilityGroupName Team Project Collection Build Administrators Group name (Backward compatibility property)
Public fieldStatic member ProjectCollectionBuildAdministratorsGroupName Macro for the name of the project collection build administrators group.
Public fieldStatic member ProjectCollectionBuildServicesCompatibilityGroupName Team Project Collection Build Services Accounts Group name (Backward compatibility property)
Public fieldStatic member ProjectCollectionBuildServicesGroupName Macro for the name of the project collection build services group .
Public fieldStatic member ProjectCollectionServiceAccountsGroupName Macro for the name of the project collection service accounts group.
Public fieldStatic member ProjectName Macro for the project name.

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.Client Namespace