Share via


SPThrottlingRulePipeBind.Read method

Reads an [SPThrottlingRule] object from the pipe.

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Public Overrides Function Read As SPThrottlingRule
'Usage
Dim instance As SPThrottlingRulePipeBind
Dim returnValue As SPThrottlingRule

returnValue = instance.Read()
public override SPThrottlingRule Read()

Return value

Type: Microsoft.SharePoint.Administration.SPThrottlingRule
An [SPThrottlingRule] if it exists; otherwise, [null].

See also

Reference

SPThrottlingRulePipeBind class

SPThrottlingRulePipeBind members

Microsoft.SharePoint.PowerShell namespace