Share via


SPWebPipeBind.IsCollection property

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.

See also

Reference

SPWebPipeBind class

SPWebPipeBind members

Microsoft.SharePoint.PowerShell namespace