SPRoutingMachineInfoPipeBind class

Contract for Cmdlet parameters that represent an SPRoutingMachineInfo Identity Note: this is similar to [SPRoutingRuleTargetPipeBind] but does not allow machine name only resolving of objects. The object must be passed in.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.PowerShell.SPCmdletPipeBind<SPRoutingMachineInfo>
    Microsoft.SharePoint.PowerShell.SPRoutingMachineInfoPipeBind

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

Syntax

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

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

SPRoutingMachineInfoPipeBind members

Microsoft.SharePoint.PowerShell namespace