Share via


QueueStatusDataSet.StatusRow.ErrorInfo property

Represents error information in the queue job status.

Namespace:  WebSvcQueueSystem
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ErrorInfo As String
    Get
    Set
'Usage
Dim instance As QueueStatusDataSet.StatusRow
Dim value As String

value = instance.ErrorInfo

instance.ErrorInfo = value
public string ErrorInfo { get; set; }

Property value

Type: System.String

Remarks

For a code sample that uses the ErrorInfo property, see the QueueUpdateProject method.

See also

Reference

QueueStatusDataSet.StatusRow class

QueueStatusDataSet.StatusRow members

WebSvcQueueSystem namespace