SPServerPipeBind Constructor (String)
Initializes a new instance of the SPServerPipeBind class and provides a string identifier that uniquely identifies the SPServer object instance.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Sub New ( _
objectId As String _
)
'Usage
Dim objectId As String
Dim instance As New SPServerPipeBind(objectId)
public SPServerPipeBind(
string objectId
)
Parameters
- objectId
Type: System.String