Freigeben über


ProjectResource.CustomFields-Eigenschaft

Ruft eine Auflistung von benutzerdefinierten Feldern, die Werte für diese Projektressource festgelegt wurden.

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

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

Eigenschaftswert

Typ: Microsoft.ProjectServer.Client.CustomFieldCollection
Eine Auflistung von CustomField -Objekten.

Siehe auch

Referenz

ProjectResource Klasse

ProjectResource-Member

Microsoft.ProjectServer.Client-Namespace