Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.