Share via


SPSitePipeBind.IsCollection property

Gets a read-only 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 SPSitePipeBind
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.

See also

Reference

SPSitePipeBind class

SPSitePipeBind members

Microsoft.SharePoint.PowerShell namespace