StageCreationInformation.CustomFields property
Gets or sets the collection of all the custom fields that have values set for the project stage.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property CustomFields As IEnumerable(Of StageCustomFieldCreationInformation)
Get
Set
'Usage
Dim instance As StageCreationInformation
Dim value As IEnumerable(Of StageCustomFieldCreationInformation)
value = instance.CustomFields
instance.CustomFields = value
[RemoteAttribute]
public IEnumerable<StageCustomFieldCreationInformation> CustomFields { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<StageCustomFieldCreationInformation>
A collection of CustomField objects.
See also
Reference
StageCreationInformation class