SPWebApplicationPipeBind.Read Method (Boolean)
Retrieves the specified SPWebApplication instance by using the exact URL of the object.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Public Function Read ( _
exactUrl As Boolean _
) As SPWebApplication
'Usage
Dim instance As SPWebApplicationPipeBind
Dim exactUrl As Boolean
Dim returnValue As SPWebApplication
returnValue = instance.Read(exactUrl)
public SPWebApplication Read(
bool exactUrl
)
Parameters
- exactUrl
Type: System.Boolean
Return Value
Type: Microsoft.SharePoint.Administration.SPWebApplication
Returns a SPWebApplication object instance.
See Also
Reference
SPWebApplicationPipeBind Class