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