Share via


SPServiceApplicationPipeBind constructor (String)

Initializes a new instance of the SPServiceApplicationPipeBind class with a string identifier that uniquely identifies the SPServiceApplication object.

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

Syntax

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

Dim instance As New SPServiceApplicationPipeBind(stringId)
public SPServiceApplicationPipeBind(
    string stringId
)

Parameters

  • stringId
    Type: System.String

    The string unique identifier of the object.

See also

Reference

SPServiceApplicationPipeBind class

SPServiceApplicationPipeBind members

SPServiceApplicationPipeBind overload

Microsoft.SharePoint.PowerShell namespace