DataSource.ReadOnly property

Gets or sets a Boolean value that indicates whether the data source is read-only for the current user.

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 DataSource
Dim value As Boolean

value = instance.ReadOnly

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

Property value

Type: System.Boolean
true if the data source is read-only for the current user; otherwise false.

See also

Reference

DataSource class

DataSource members

Microsoft.PerformancePoint.Scorecards namespace