AnnotationSetting.IsDeletionByAuthorEnabled Property

Gets or sets a Boolean value that indicates whether 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
Public Property IsDeletionByAuthorEnabled As Boolean
    Get
    Set
'Usage
Dim instance As AnnotationSetting
Dim value As Boolean

value = instance.IsDeletionByAuthorEnabled

instance.IsDeletionByAuthorEnabled = value
public bool IsDeletionByAuthorEnabled { get; set; }

Property Value

Type: System.Boolean
true if the author of a comment can delete the comment; otherwise false.

See Also

Reference

AnnotationSetting Class

AnnotationSetting Members

Microsoft.PerformancePoint.Scorecards Namespace