Share via


PSClientError.GetDataSetNames method

Gets the names of datasets that contain errors for a PSI method call.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Function GetDataSetNames As String()
'Usage
Dim instance As PSClientError
Dim returnValue As String()

returnValue = instance.GetDataSetNames()
public string[] GetDataSetNames()

Return value

Type: []
Array of DataSet names the error object contains.

See also

Reference

PSClientError class

PSClientError members

Microsoft.Office.Project.Server.Library namespace