Stage.CustomFields property
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.