AdomdPropertyCollection.IsFixedSize Property

Gets a value indicating whether the AdomdPropertyCollection has a fixed size.

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

Syntax

'Declaration
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'Usage
Dim instance As AdomdPropertyCollection 
Dim value As Boolean 

value = instance.IsFixedSize
public bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
    bool get () sealed;
}
abstract IsFixedSize : bool 
override IsFixedSize : bool
final function get IsFixedSize () : boolean

Property Value

Type: System.Boolean
true if the AdomdPropertyCollection has a fixed size; false otherwise. The default is false.

Implements

IList.IsFixedSize

See Also

Reference

AdomdPropertyCollection Class

Microsoft.AnalysisServices.AdomdClient Namespace