PlannerSolutionDataSet.SolutionProjectsRow.SNET property
Embora Planejador de internamente mantém os dados de restrição de agendamento, no Project Server 2010, restrições de agendamento não têm efeito sobre soluções de planejador.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property SNET As DateTime
Get
Set
'Uso
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
Retorna DateTime.
Ver também
Referência
PlannerSolutionDataSet.SolutionProjectsRow class