Compartilhar via


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