StatusApprovalDataSet.StatusApprovalsRow.RES_UID_OWNER Property
Specifies the GUID of the resource who is the owner of this assignment.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property RES_UID_OWNER As Guid
Get
Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
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
See Also
Reference
StatusApprovalDataSet.StatusApprovalsRow Class