다음을 통해 공유


StageCreationInformation.CustomFields property

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
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
public IEnumerable<StageCustomFieldCreationInformation> CustomFields { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<StageCustomFieldCreationInformation>

See also

Reference

StageCreationInformation class

StageCreationInformation members

Microsoft.ProjectServer.Client namespace