Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of all custom field objects that have values set for the stage.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property CustomFields As StageCustomFieldCollection
Get
'Usage
Dim instance As Stage
Dim value As StageCustomFieldCollection
value = instance.CustomFields
[RemoteAttribute]
public StageCustomFieldCollection CustomFields { get; }
Property value
Type: Microsoft.ProjectServer.Client.StageCustomFieldCollection
A collection of CustomField objects.