ToolPart.ErrorText - Propriété
Obtient ou définit le texte à afficher dans le composant outils lorsqu'une erreur se produit.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property ErrorText As String
Get
Set
'Utilisation
Dim instance As ToolPart
Dim value As String
value = instance.ErrorText
instance.ErrorText = value
public string ErrorText { get; set; }
Valeur de propriété
Type : System.String
Remarques
Le message d'erreur à afficher dans la partie de l'outil.