PlannerSolutionDataSet.SolutionsRow.MOD_DATE property
Gets or sets the date when the planner solution was last modified.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MOD_DATE As DateTime
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As DateTime
value = instance.MOD_DATE
instance.MOD_DATE = value
public DateTime MOD_DATE { get; set; }
Property value
Type: System.DateTime
Returns DateTime.
See also
Reference
PlannerSolutionDataSet.SolutionsRow class