GroupCollection.IList.IsFixedSize Özelliği
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Private ReadOnly Property IsFixedSize As Boolean
Implements IList.IsFixedSize
Get
'Kullanım
Dim instance As GroupCollection
Dim value As Boolean
value = CType(instance, IList).IsFixedSize
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool
private override IsFixedSize : bool
JScript, açık arabirim uygulamalarının kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.
Özellik Değeri
Tür: System.Boolean