PSSecurityCategory members
Specifies the built-in security categories in Project Server.
The PSSecurityCategory 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 category is a default category. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
MyDirectReports | The default security category for resources who report directly to the user. | |
MyOrganization | The default security category for resources in the organization. | |
MyPersonalProjects | Obsolete. The default security category for personal projects that belong to the user. | |
MyProjects | The default security category for projects managed by the user. | |
MyResources | The default security category for resources managed by the user. | |
MyTasks | The default security category for tasks assigned to the user. |
Top