PlannerSolutionDataSet.SolutionsRow.HIRING_TYPE property
Gets or sets the hiring type of the resources corresponding to the current planner solution.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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