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.
Gets or sets the date when the portfolio analysis was originally created.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property CREATED_DATE As DateTime
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As DateTime
value = instance.CREATED_DATE
instance.CREATED_DATE = value
public DateTime CREATED_DATE { get; set; }
Property value
Type: System.DateTime
Returns DateTime.
See also
Reference
AnalysisDataSet.AnalysisRow class