QueueStatusDataSet.StatusRow.ErrorInfo Property
Error information in the queue job status.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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 ErrorInfo, see QueueUpdateProject.
See Also
Reference
QueueStatusDataSet.StatusRow Class