Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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).