Assignment.CustomFields property

Gets the collection of custom fields for the assignment.

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 Assignment
Dim value As CustomFieldCollection

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

Property value

Type: Microsoft.ProjectServer.Client.CustomFieldCollection
The custom field collection.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace