Share via


SPServiceContextPipeBind constructor (String)

Initializes a new instance of the SPServiceContextPipeBind class by using a string ID value that uniquely identifies the object.

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

Syntax

'Declaration
Public Sub New ( _
    id As String _
)
'Usage
Dim id As String

Dim instance As New SPServiceContextPipeBind(id)
public SPServiceContextPipeBind(
    string id
)

Parameters

  • id
    Type: System.String

    String value that identifies the pipebind object.

See also

Reference

SPServiceContextPipeBind class

SPServiceContextPipeBind members

SPServiceContextPipeBind overload

Microsoft.SharePoint.PowerShell namespace