Share via


ResourcePlanDataSet.UtilizationRow.PROJ_UID property

Specifies the unique identifier for the parent project associated with the current resource plan.

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

Syntax

'Declaration
Public Property PROJ_UID As Guid
    Get
    Set
'Usage
Dim instance As ResourcePlanDataSet.UtilizationRow
Dim value As Guid

value = instance.PROJ_UID

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

Property value

Type: System.Guid

Remarks

The Resource Plan PSI is deprecated. It will continue to be supported for Project 2013 development, but will not be supported in future releases.

See also

Reference

ResourcePlanDataSet.UtilizationRow class

ResourcePlanDataSet.UtilizationRow members

WebSvcResourcePlan namespace