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.
Sets the URL to use when generating an outbound absolute URL for a particular zone.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub SetResponseUrl ( _
url As SPAlternateUrl _
)
'Usage
Dim instance As SPAlternateUrlCollection
Dim url As SPAlternateUrl
instance.SetResponseUrl(url)
public void SetResponseUrl(
SPAlternateUrl url
)
Parameters
url
Type: Microsoft.SharePoint.Administration.SPAlternateUrlAn SPAlternateUrl object that represents the URL to use.
See Also
Reference
SPAlternateUrlCollection Class