Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.