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.
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