ProjectServer.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
<RemoteAttribute> _
Public ReadOnly Property CustomFields As CustomFieldCollection
    Get
'Usage
Dim instance As ProjectServer
Dim value As CustomFieldCollection

value = instance.CustomFields
[RemoteAttribute]
public CustomFieldCollection CustomFields { get; }

Property value

Type: Microsoft.ProjectServer.Client.CustomFieldCollection
A collection of CustomField 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.

See also

Reference

ProjectServer class

ProjectServer members

Microsoft.ProjectServer.Client namespace