Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the date and time when a project was created.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property CREATED_DATE As DateTime
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As DateTime
value = instance.CREATED_DATE
instance.CREATED_DATE = value
public DateTime CREATED_DATE { get; set; }
Property value
Type: System.DateTime
Remarks
Read only. Project Server sets CREATED_DATE when you create a project.
See also
Reference
ProjectDataSet.ProjectRow class