AdomdPropertyCollection.IsReadOnly Property

 

Gets a value indicating whether the AdomdPropertyCollection is read-only.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    virtual bool get() sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Type: System.Boolean

true if the AdomdPropertyCollection is read-only; false otherwise. The default is false.

Implements

IList.IsReadOnly

See Also

AdomdPropertyCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top