다음을 통해 공유


EngagementCreationInformation.TimephasedPeriodData property

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

Syntax

'Declaration
Public Property TimephasedPeriodData As IEnumerable(Of EngagementTimephasedPeriodCreationInformation)
    Get
    Set
'Usage
Dim instance As EngagementCreationInformation
Dim value As IEnumerable(Of EngagementTimephasedPeriodCreationInformation)

value = instance.TimephasedPeriodData

instance.TimephasedPeriodData = value
public IEnumerable<EngagementTimephasedPeriodCreationInformation> TimephasedPeriodData { get; set; }

Property value

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

See also

Reference

EngagementCreationInformation class

EngagementCreationInformation members

Microsoft.ProjectServer.Client namespace