Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the position of the project in the 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 POSITION As Integer
Get
Set
'Usage
Dim instance As OptimizerDependencyDataSet.OptimizerDependencyDetailsRow
Dim value As Integer
value = instance.POSITION
instance.POSITION = value
public int POSITION { get; set; }
Property Value
Type: System.Int32
Returns Int32.
Remarks
Note
This value must correspond to an entry in the Optimizer.DependencyPositions enumeration.
See Also
Reference
OptimizerDependencyDataSet.OptimizerDependencyDetailsRow Class
OptimizerDependencyDataSet.OptimizerDependencyDetailsRow Members