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