PSClientError.GetArrayNames method

Gets the names of arrays the PSClientError object contains 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 GetArrayNames As String()
'Usage
Dim instance As PSClientError
Dim returnValue As String()

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

Return value

Type: []

See also

Reference

PSClientError class

PSClientError members

Microsoft.Office.Project.Server.Library namespace