ResourceDataSet.ResourcesRow.RES_DEF_ASSN_OWNER Property
Specifies the unique ID of the resource who is the default owner of assignments to which this resource is assigned.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
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