SPAppInstanceErrorDetails.ErrorType-Eigenschaft
Ruft die Klassifizierung des Fehlers ab.
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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Administration.SPAppInstanceErrorType
Siehe auch
Referenz
SPAppInstanceErrorDetails Klasse