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

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

Microsoft.Office.Project.Server.Workflow Namespace

SecurityGroupUidProperty