PSErrorInfo.ErrorAttributeNames Method
Gets the attribute names of a Project Server error, if any.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Function ErrorAttributeNames As String()
'Usage
Dim instance As PSErrorInfo
Dim returnValue As String()
returnValue = instance.ErrorAttributeNames()
public string[] ErrorAttributeNames()
Return Value
Type: []
An array of error attribute names, or a null reference (Nothing in Visual Basic).