PlannerSolutionDataSet.SolutionsRow.HIRING_TYPE Property
Gets or sets the hiring type of the resources corresponding to the current planner solution.
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 HIRING_TYPE As Byte
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Byte
value = instance.HIRING_TYPE
instance.HIRING_TYPE = value
public byte HIRING_TYPE { get; set; }
Property Value
Type: System.Byte
Returns Byte.
Remarks
Note
This value mush correspond to one of the values in the Planner.PlannerHiringType enumeration.
See Also
Reference
PlannerSolutionDataSet.SolutionsRow Class