ReadProjectSecurityGroupMembers Members
Include Protected Members
Include Inherited Members
The workflow activity that reads the members of the specified Project Server security group; optionally filtered by the department of the active project.
The ReadProjectSecurityGroupMembers type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReadProjectSecurityGroupMembers | Created a new instance of the ReadProjectSecurityGroupMembers class. |
Top
Properties
Name | Description | |
---|---|---|
DepartmentFilter | Gets or sets a value that indicates whether to filter the GroupMembersLoginNames property by department. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
GroupMembersLoginNames | Gets or sets the array of members of the security group. | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
SecurityGroupUid | Gets or sets the GUID of the Project Server security group. | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowContext | Gets or sets the context of the ReadProjectSecurityGroupMembers activity in the parent workflow activity. | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity.) | |
Closed | (Inherited from Activity.) | |
Compensating | (Inherited from Activity.) | |
Executing | (Inherited from Activity.) | |
Faulting | (Inherited from Activity.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
DepartmentFilterProperty | Contains the DepartmentFilter property, which specifies whether to filter by department. | |
GroupMembersLoginNamesProperty | Contains the GroupMembersLoginNames property, which is an array of the security group member login names. | |
SecurityGroupUidProperty | Contains the SecurityGroupUid property, which is the GUID of a Project Server security group. | |
WorkflowContextProperty | Contains the WorkflowContext property, which is the context of the ReadProjectSecurityGroup activity in the parent ProjectSequence activity. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top