SPThrottlingRulePipeBind class

Contract for Cmdlet parameters that represent an SPThrottlingRule Identity

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.PowerShell.SPCmdletPipeBind<SPThrottlingRule>
    Microsoft.SharePoint.PowerShell.SPThrottlingRulePipeBind

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

Syntax

'Declaration
Public NotInheritable Class SPThrottlingRulePipeBind _
    Inherits SPCmdletPipeBind(Of SPThrottlingRule)
'Usage
Dim instance As SPThrottlingRulePipeBind
public sealed class SPThrottlingRulePipeBind : SPCmdletPipeBind<SPThrottlingRule>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPThrottlingRulePipeBind members

Microsoft.SharePoint.PowerShell namespace