Share via


SPServerPipeBind.Read Method

Retrieves an SPServer object as specified by an identifying parameter in the SPServerPipeBind class constructor.

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

Syntax

'Declaration
Public Overrides Function Read As SPServer
'Usage
Dim instance As SPServerPipeBind
Dim returnValue As SPServer

returnValue = instance.Read()
public override SPServer Read()

Return Value

Type: Microsoft.SharePoint.Administration.SPServer
Returns an SPServer object instance identified by parameter in the constructor.

See Also

Reference

SPServerPipeBind Class

SPServerPipeBind Members

Microsoft.SharePoint.PowerShell Namespace