SPRoutingRuleTargetPipeBind class
Contract for Cmdlet parameters that represent an SPRoutingMachineInfo Identity Note: this is similar to [SPRoutingMachineInfoPipeBind] with the addition of being able to resolve the object using the machine name only by calling and additional [Initialize] method.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.PowerShell.SPCmdletPipeBind<SPRoutingMachineInfo>
Microsoft.SharePoint.PowerShell.SPRoutingRuleTargetPipeBind
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public NotInheritable Class SPRoutingRuleTargetPipeBind _
Inherits SPCmdletPipeBind(Of SPRoutingMachineInfo)
'Usage
Dim instance As SPRoutingRuleTargetPipeBind
public sealed class SPRoutingRuleTargetPipeBind : 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.