ProjectDataSet.TaskRow.StatusManager property

Gets or sets the GUID of the task status manager.

Namespace:  WebSvcStatusing
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

StatusManager is the GUID of the resource that is the status manager for a task.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcStatusing namespace