Share via


AnnotationSetting Constructor (Boolean, Boolean, Boolean, Boolean, Int32) (Microsoft.PerformancePoint.Scorecards)

Initializes a new instance of the AnnotationSetting class.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub New ( _
    isAnnotationEnabled As Boolean, _
    isAnnotationEnabledDefault As Boolean, _
    isDeletionByAuthorEnabled As Boolean, _
    isDeletionByAuthorEnabledDefault As Boolean, _
    maxAnnotationAllowed As Integer _
)
'Usage
Dim isAnnotationEnabled As Boolean
Dim isAnnotationEnabledDefault As Boolean
Dim isDeletionByAuthorEnabled As Boolean
Dim isDeletionByAuthorEnabledDefault As Boolean
Dim maxAnnotationAllowed As Integer

Dim instance As New AnnotationSetting(isAnnotationEnabled, isAnnotationEnabledDefault, isDeletionByAuthorEnabled, isDeletionByAuthorEnabledDefault, maxAnnotationAllowed)
public AnnotationSetting (
    bool isAnnotationEnabled,
    bool isAnnotationEnabledDefault,
    bool isDeletionByAuthorEnabled,
    bool isDeletionByAuthorEnabledDefault,
    int maxAnnotationAllowed
)

Parameters

  • isAnnotationEnabled
    Indicates if annotations are enabled or disabled.
  • isAnnotationEnabledDefault
    Indicates if annotations are enabled or disabled by default.
  • isDeletionByAuthorEnabled
    Indicates if the author can delete the comment.
  • isDeletionByAuthorEnabledDefault
    Indicates if authors can delete comments by default.
  • maxAnnotationAllowed
    The maximum number of annotations allowed per scorecard.

See Also

Reference

AnnotationSetting Class
AnnotationSetting Members
Microsoft.PerformancePoint.Scorecards Namespace