DraftProjectResource.FieldValues property

Gets the collection of custom fields that have values set for the project resource.

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

Syntax

'Declaration
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As DraftProjectResource
Dim value As Dictionary(Of String, Object)

value = instance.FieldValues
public Dictionary<string, Object> FieldValues { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, Object>
A set of custom field values.

Remarks

For code examples that use FieldValues, see DraftProject.FieldValues and PublishedProject.FieldValues.

See also

Reference

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace