StatusingDataSet.AssignmentsRow.WRES_UID_MANAGER Property
Specifies the unique identifier of the user who is the indicated manager of the resource.
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 WRES_UID_MANAGER As Guid
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Guid
value = instance.WRES_UID_MANAGER
instance.WRES_UID_MANAGER = value
public Guid WRES_UID_MANAGER { get; set; }
Property Value
Type: System.Guid
See Also
Reference
StatusingDataSet.AssignmentsRow Class