ResourceDataSet.ResourcesRow.RES_DEF_ASSN_OWNER property
Gets or sets the GUID of the resource that is the default owner of assignments to which the resource is assigned.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_DEF_ASSN_OWNER As Guid
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
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
Remarks
RES_DEF_ASSN_OWNER is a foreign key to another resource in the ProjectDataSet.ProjectResourceRow object.
See also
Reference
ResourceDataSet.ResourcesRow class