SPServiceApplicationProxyPipeBind.Read Method
Retrieves the c that corresponds to the parameters that were passed to the current SPServiceApplicationProxyPipeBind object when it was constructed.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Function Read As SPServiceApplicationProxy
'Usage
Dim instance As SPServiceApplicationProxyPipeBind
Dim returnValue As SPServiceApplicationProxy
returnValue = instance.Read()
public SPServiceApplicationProxy Read()
Return Value
Type: Microsoft.SharePoint.Administration.SPServiceApplicationProxy
This method returns the SPServiceApplicationProxy object that corresponds to the current object. If the object cannot be found, this method returns null.
See Also
Reference
SPServiceApplicationProxyPipeBind Class