SPRequestManagementSettingsPipeBind class

Contract for Cmdlet parameters that represent an SPRequestManagementSettings Identity

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.PowerShell.SPCmdletPipeBind<SPRequestManagementSettings>
    Microsoft.SharePoint.PowerShell.SPRequestManagementSettingsPipeBind

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

Syntax

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

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

SPRequestManagementSettingsPipeBind members

Microsoft.SharePoint.PowerShell namespace