Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
webApp
Type: Microsoft.SharePoint.Administration.SPWebApplicationThe Web application object (SPWebApplication) for which the SPPrefix is retrieved.
Return Value
Type: Microsoft.SharePoint.Administration.SPPrefix
Returns anSPPrefix object instance.