AnnotationSetting Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an annotation setting.
The AnnotationSetting type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnnotationSetting() | Initializes a new instance of the AnnotationSetting class. | |
AnnotationSetting(Boolean, Boolean, Boolean, Boolean, Int32) | Initializes a new instance of the AnnotationSetting class. |
Top
Properties
Name | Description | |
---|---|---|
IsAnnotationEnabled | Gets or sets a Boolean value that indicates whether annotations are enabled. | |
IsAnnotationEnabledDefault | Gets or sets the default setting that indicates whether annotations are enabled. | |
IsDeletionByAuthorEnabled | Gets or sets a Boolean value that indicates whether the author of a comment can delete the comment. | |
IsDeletionByAuthorEnabledDefault | Gets or sets the default setting that indicates whether the author of a comment can delete the comment. | |
MaxAnnotationAllowed | Gets or sets the maximum number of annotations allowed per scorecard. | |
MaxAnnotationAllowedDefault | Gets the default setting for the maximum number of annotations allowed per scorecard. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep clone of this object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top