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.
Indicates the percentage complete of the queue job.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PercentComplete As Integer
Get
Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As Integer
value = instance.PercentComplete
instance.PercentComplete = value
public int PercentComplete { get; set; }
Property value
Type: System.Int32
Remarks
For queue status results that show the PercentComplete property, see the ReadJobStatus method.
See also
Reference
QueueStatusDataSet.StatusRow class