PSClientError.HasDataSetErrors property
Gets a value that indicates 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
True if any errors reported by the PSClientError object are DataSet errors for the PSI method; otherwise, False.