PlannerSolutionDataSet.SolutionProjectsRow.SNET Property
Although the Planner internally maintains scheduling constraint data, in Project Server 2010, scheduling constraints have no effect on Planner solutions.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
Syntax
'Declaration
Public Property SNET As DateTime
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As DateTime
value = instance.SNET
instance.SNET = value
public DateTime SNET { get; set; }
Property Value
Type: System.DateTime
Returns DateTime.
See Also
Reference
PlannerSolutionDataSet.SolutionProjectsRow Class