PSClientError.HasDataSetErrors Property
Specifies whether any errors reported by the PSClientError object are DataSet errors for the PSI method.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public ReadOnly Property HasDataSetErrors As Boolean
Get
'Usage
Dim instance As PSClientError
Dim value As Boolean
value = instance.HasDataSetErrors
public bool HasDataSetErrors { get; }
Property Value
Type: System.Boolean