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