Compartilhar via


PlannerSolutionDataSet.SolutionsRow.OPT_ENF_SCHEDULING_CONS property

Obtém ou define o valor booleano para impor a dependência de agendamento.

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

Syntax

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

value = instance.OPT_ENF_SCHEDULING_CONS

instance.OPT_ENF_SCHEDULING_CONS = value
public bool OPT_ENF_SCHEDULING_CONS { get; set; }

Property value

Type: System.Boolean
Retorna Boolean.

Ver também

Referência

PlannerSolutionDataSet.SolutionsRow class

PlannerSolutionDataSet.SolutionsRow members

WebSvcPortfolioAnalyses namespace