Filter.ReadOnly property

Gets or sets a Boolean value that indicates whether the filter is read-only.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property ReadOnly As Boolean
    Get
    Set
'Usage
Dim instance As Filter
Dim value As Boolean

value = instance.ReadOnly

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

Property value

Type: System.Boolean
true if the filter is read-only; otherwise false.

See also

Reference

Filter class

Filter members

Microsoft.PerformancePoint.Scorecards namespace