QueueStatusDataSet.StatusRow.ErrorInfo Property
Represents error information in the queue job status.
Namespace: [QueueSystem Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/QueueSystem.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/QueueSystem.asmx?wsdl
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