DynamicType.IDictionary.IsFixedSize Property
Gets a value that indicates whether the collection is of a fixed size.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Private ReadOnly Property IsFixedSize As Boolean
Implements IDictionary.IsFixedSize
Get
'Usage
Dim instance As DynamicType
Dim value As Boolean
value = CType(instance, IDictionary).IsFixedSize
boolIDictionary.IsFixedSize { get; }
Property Value
Type: System.Boolean
true if the collection is of a fixed size; otherwise, false.