AnnotationSetting.IsDeletionByAuthorEnabled Property (Microsoft.PerformancePoint.Scorecards)
The Enable/Disable value that indicates if the author of a comment can delete the comment.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property IsDeletionByAuthorEnabled As Boolean
'Usage
Dim instance As AnnotationSetting
Dim value As Boolean
value = instance.IsDeletionByAuthorEnabled
instance.IsDeletionByAuthorEnabled = value
[XmlAttributeAttribute]
public bool IsDeletionByAuthorEnabled { get; set; }
See Also
Reference
AnnotationSetting Class
AnnotationSetting Members
Microsoft.PerformancePoint.Scorecards Namespace