Share via


TaskQueryResult.Error property

Error type of the operation.

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Error As TaskQueryErrorType
    Get
    Set
'Usage
Dim instance As TaskQueryResult
Dim value As TaskQueryErrorType

value = instance.Error

instance.Error = value
[RemoteAttribute]
public TaskQueryErrorType Error { get; set; }

Property value

Type: Microsoft.SharePoint.WorkManagement.Client.TaskQueryErrorType

See also

Reference

TaskQueryResult class

TaskQueryResult members

Microsoft.SharePoint.WorkManagement.Client namespace