PlannerSolutionDataSet.SolutionsRow.OPT_ENF_PROJ_DEP Property
Gets or sets the Boolean value to enforce project dependency.
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 OPT_ENF_PROJ_DEP As Boolean
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Boolean
value = instance.OPT_ENF_PROJ_DEP
instance.OPT_ENF_PROJ_DEP = value
public bool OPT_ENF_PROJ_DEP { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
See Also
Reference
PlannerSolutionDataSet.SolutionsRow Class