ProjectDataSet.AssignmentRow.RES_UID_OWNER Property
Specifies the unique ID of the resource that is the owner of this assignment.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property RES_UID_OWNER As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Guid
value = instance.RES_UID_OWNER
instance.RES_UID_OWNER = value
public Guid RES_UID_OWNER { get; set; }
Property Value
Type: System.Guid
Remarks
RES_UID_OWNER is a foreign key to the ProjectDataSet.ProjectResourceRow object.
See Also
Reference
ProjectDataSet.AssignmentRow Class