Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.