DraftProject.ProjectResources property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ProjectResources As DraftProjectResourceCollection
Get
'Usage
Dim instance As DraftProject
Dim value As DraftProjectResourceCollection
value = instance.ProjectResources
public DraftProjectResourceCollection ProjectResources { get; }
Property value
Type: Microsoft.ProjectServer.Client.DraftProjectResourceCollection