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.
Gets a Boolean value that specifies whether the object is a collection.
Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public ReadOnly Property IsCollection As Boolean
    Get
'Usage
Dim instance As SPWebPipeBind
Dim value As Boolean
value = instance.IsCollection
public bool IsCollection { get; }
Property Value
Type: System.Boolean
Returns Booleantrue if the object is a collection; otherwise, returns false. The default is false.