ReadProjectSecurityGroupMembers.SecurityGroupUid property
Gets or sets the GUID of the Project Server security group.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property SecurityGroupUid As Guid
Get
Set
'Usage
Dim instance As ReadProjectSecurityGroupMembers
Dim value As Guid
value = instance.SecurityGroupUid
instance.SecurityGroupUid = value
[BrowsableAttribute(true)]
public Guid SecurityGroupUid { get; set; }
Property value
Type: System.Guid
The security group GUID.
Remarks
In the Properties pane, you can directly set the value of SecurityGroupUid to a GUID. You can also set the value to a path in the workflow, such as Activity=MyWorkflow, Path=SomeUidValue.
See also
Reference
ReadProjectSecurityGroupMembers class
ReadProjectSecurityGroupMembers members