Share via


AnalysisDataSet.AnalysisPlannerSolutionsRow.HIRING_TYPE property

Gets the hiring type used for the portfolio analysis resource planner solution.

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

Syntax

'Declaration
Public Property HIRING_TYPE As Byte
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsRow
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.

See also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsRow class

AnalysisDataSet.AnalysisPlannerSolutionsRow members

WebSvcPortfolioAnalyses namespace