AnnotationSetting.IsDeletionByAuthorEnabled - Propriété
Obtient ou définit une valeur booléenne qui indique si l'auteur d'un commentaire peut supprimer le commentaire.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Property IsDeletionByAuthorEnabled As Boolean
Get
Set
'Utilisation
Dim instance As AnnotationSetting
Dim value As Boolean
value = instance.IsDeletionByAuthorEnabled
instance.IsDeletionByAuthorEnabled = value
public bool IsDeletionByAuthorEnabled { get; set; }
Valeur de propriété
Type : System.Boolean
true si l'auteur d'un commentaire peut supprimer le commentaire ; dans le cas contraire, false.