Share via


TypeDescriptor.IsCollection property

Get or sets whether the current object is a collection.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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 the object is a collection; otherwise, false.

See also

Reference

TypeDescriptor class

TypeDescriptor members

Microsoft.SharePoint.BusinessData.Administration namespace