PSSecurityGroup Members
Include Protected Members
Include Inherited Members
Specifies the built-in security groups in Project Server.
The PSSecurityGroup type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
IsDefault | Determines whether the specified security group is a default group. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
Administrators | The default security group for Project Server administrators. | |
Executives | The default security group for corporate or departmental executives. | |
PortfolioManagers | The default security group for Project Server portfolio managers. | |
ProjectManagers | The default security group for project managers. | |
ProposalReviewers | The default security group for project proposal reviewers. | |
ResourceManagers | The default security group for resource managers. | |
TeamLeads | The default security group for team leaders. | |
TeamMembers | The default security group for team members. | |
TenantAdministrators | The default security group for tenant administrators of a hosted Project Server installation. |
Top