AppInstanceErrorDetails.ErrorTypeName property
Gets the name of the type of the error.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorTypeName As String
Get
'Usage
Dim instance As AppInstanceErrorDetails
Dim value As String
value = instance.ErrorTypeName
public string ErrorTypeName { get; }
Property value
Type: System.String
The name of the type of the error.