ProjectDataSet.TaskRow.StatusManager Property
Gets or sets the GUID of the task status manager.
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 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
StatusManager is the GUID of the resource that is the status manager for a task.