ModelComponentCollection.IsFixedSize Property

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

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

Syntax

'Declaration
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'Usage
Dim instance As ModelComponentCollection 
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 model component collection has a fixed size; otherwise false.

Implements

IList.IsFixedSize

See Also

Reference

ModelComponentCollection Class

Microsoft.AnalysisServices Namespace