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.