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