Share via


ResourcePlanDataSet.PlanResourcesRow.RES_DEF_ASSN_OWNER property

Gets or sets the GUID of the default assignment owner that is associated with the resource.

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

Syntax

'Declaration
Public Property RES_DEF_ASSN_OWNER As Guid
    Get
    Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As Guid

value = instance.RES_DEF_ASSN_OWNER

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

Property value

Type: System.Guid
The GUID for a default assignment owner.

See also

Reference

ResourcePlanDataSet.PlanResourcesRow class

ResourcePlanDataSet.PlanResourcesRow members

WebSvcResourcePlan namespace