Share via


PlannerSolutionDataSet.SolutionResHiredRow.RES_HIRE_UID property

Gets the GUID of the resource hired entry. Read-only.

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

Syntax

'Declaration
Public Property RES_HIRE_UID As Guid
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionResHiredRow
Dim value As Guid

value = instance.RES_HIRE_UID

instance.RES_HIRE_UID = value
public Guid RES_HIRE_UID { get; set; }

Property value

Type: System.Guid
Returns Guid.

See also

Reference

PlannerSolutionDataSet.SolutionResHiredRow class

PlannerSolutionDataSet.SolutionResHiredRow members

WebSvcPortfolioAnalyses namespace