SPRoutingRulePipeBind class

Contract for Cmdlet parameters that represent an SPRoutingRule Identity

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.PowerShell.SPCmdletPipeBind<SPRoutingRule>
    Microsoft.SharePoint.PowerShell.SPRoutingRulePipeBind

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

Syntax

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

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

SPRoutingRulePipeBind members

Microsoft.SharePoint.PowerShell namespace