PlanAssignment.Group property

Gets the name of a group to which a plan assignment resource belongs.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property Group As String
    Get
'Usage
Dim instance As PlanAssignment
Dim value As String

value = instance.Group
[RemoteAttribute]
public string Group { get; }

Property value

Type: System.String
A string that contains the group name.

See also

Reference

PlanAssignment class

PlanAssignment members

Microsoft.ProjectServer.Client namespace