AppInstanceErrorDetails.ErrorType - Propriété
Obtient la classification de l'erreur.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property ErrorType As AppInstanceErrorType
Get
Set
'Utilisation
Dim instance As AppInstanceErrorDetails
Dim value As AppInstanceErrorType
value = instance.ErrorType
instance.ErrorType = value
public AppInstanceErrorType ErrorType { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.AppInstanceErrorType
La classification de l'erreur.
Voir aussi
Référence
AppInstanceErrorDetails classe