ProjectDataSet.TaskRow.StatusManager Property
Gets or sets the GUID of the manager for the task status.
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 StatusManager As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Guid
value = instance.StatusManager
instance.StatusManager = value
public Guid StatusManager { get; set; }
Property Value
Type: System.Guid
Remarks
The StatusManager GUID is the same as the RES_UID of the resource who is the task status manager.