AppInstanceErrorDetails.ErrorType-Eigenschaft
Ruft die Einstufung des Fehlers ab.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ErrorType As AppInstanceErrorType
Get
Set
'Usage
Dim instance As AppInstanceErrorDetails
Dim value As AppInstanceErrorType
value = instance.ErrorType
instance.ErrorType = value
public AppInstanceErrorType ErrorType { get; set; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.AppInstanceErrorType
Die Einstufung des Fehlers.
Siehe auch
Referenz
AppInstanceErrorDetails Klasse