ProjectDataSet.TaskRow.StatusManager property
Gets or sets the GUID of the manager for the task status.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.