CostRateCreationInformation.EffectiveDate property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property EffectiveDate As DateTime
Get
Set
'Usage
Dim instance As CostRateCreationInformation
Dim value As DateTime
value = instance.EffectiveDate
instance.EffectiveDate = value
public DateTime EffectiveDate { get; set; }
Property value
Type: System.DateTime
See also
Reference
CostRateCreationInformation class