ITypeDescriptor.IsCollection Property
Determines whether the described type represents a collection data structure.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property IsCollection As Boolean
Get
'Usage
Dim instance As ITypeDescriptor
Dim value As Boolean
value = instance.IsCollection
bool IsCollection { get; }
Property Value
Type: System.Boolean
true if the type is represents collection data structure; otherwise, false.