PublishedProjectResource.Group property
Gets the name of a group to which a 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 PublishedProjectResource
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
PublishedProjectResource class