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 classification of the error.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ErrorType As SPAppInstanceErrorType
Get
Friend Set
'Usage
Dim instance As SPAppInstanceErrorDetails
Dim value As SPAppInstanceErrorType
value = instance.ErrorType
[DataMemberAttribute]
public SPAppInstanceErrorType ErrorType { get; internal set; }
Property value
Type: Microsoft.SharePoint.Administration.SPAppInstanceErrorType
See also
Reference
SPAppInstanceErrorDetails class