Share via


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).

See also

Reference

PSErrorInfo class

PSErrorInfo members

Microsoft.Office.Project.Server.Library namespace