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.StringString value that identifies the pipebind object.
See Also
Reference
SPServiceContextPipeBind Class
SPServiceContextPipeBind Members