Compartilhar via


PlannerSolutionDataSet.SolutionsRow.CREATED_DATE property

Obtém ou define a data em que a solução de planejamento foi criada originalmente.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Property CREATED_DATE As DateTime
    Get
    Set
'Uso
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As DateTime

value = instance.CREATED_DATE

instance.CREATED_DATE = value
public DateTime CREATED_DATE { get; set; }

Property value

Type: System.DateTime
Retorna DateTime.

Ver também

Referência

PlannerSolutionDataSet.SolutionsRow class

PlannerSolutionDataSet.SolutionsRow members

WebSvcPortfolioAnalyses namespace