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: []