TypeDescriptor.IsCollection Property
Get or sets whether this type descriptor is a collection.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Property IsCollection As Boolean
Get
Set
'Usage
Dim instance As TypeDescriptor
Dim value As Boolean
value = instance.IsCollection
instance.IsCollection = value
public bool IsCollection { get; set; }
Property Value
Type: System.Boolean
true if this type descriptor is a collection; otherwise, false.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace