TaskItemCreateDate Property

Get/Set the date and time upon whcih the project record was created.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonPropertyAttribute(Order = 6)]
public DateTime CreateDate { get; set; }

Property Value

DateTime

See Also