SPPrefixPipeBind.Read method (SPWebApplication)

Retrieves the SPPrefix object that is associated with the specified Web application (SPWebApplication).

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

Syntax

'Declaration
Public Function Read ( _
    webApp As SPWebApplication _
) As SPPrefix
'Usage
Dim instance As SPPrefixPipeBind
Dim webApp As SPWebApplication
Dim returnValue As SPPrefix

returnValue = instance.Read(webApp)
public SPPrefix Read(
    SPWebApplication webApp
)

Parameters

Return value

Type: Microsoft.SharePoint.Administration.SPPrefix
Returns anSPPrefix object instance.

See also

Reference

SPPrefixPipeBind class

SPPrefixPipeBind members

Read overload

Microsoft.SharePoint.PowerShell namespace