Partilhar 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