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