ProjectContext.CustomFields property
Gets the collection of enterprise custom field definitions in the Project Web App instance.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CustomFields As CustomFieldCollection
Get
'Usage
Dim instance As ProjectContext
Dim value As CustomFieldCollection
value = instance.CustomFields
public CustomFieldCollection CustomFields { get; }
Property value
Type: Microsoft.ProjectServer.Client.CustomFieldCollection
A collection of CustomFields objects.
Remarks
Values for custom fields can be set on many entity types, including projects, tasks, resources, and assignments. A project can also include definitions for local custom fields that are specific to each project.