PSClientError.HasErrors - Propriété
Obtient une valeur qui indique si l'objet PSClientError contient des erreurs à partir d'un appel PSI.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public ReadOnly Property HasErrors As Boolean
Get
'Utilisation
Dim instance As PSClientError
Dim value As Boolean
value = instance.HasErrors
public bool HasErrors { get; }
Valeur de propriété
Type : System.Boolean
True si l'objet PSClientError contient des erreurs à partir d'un appel PSI ; dans le cas contraire, False.