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.
Gets the Uniform Resource Identifier (URI) of the SPWeb that is hosting the BDC profile pages.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetHostSiteUri As Uri
'Usage
Dim instance As ProfileProvisioner
Dim returnValue As Uri
returnValue = instance.GetHostSiteUri()
public Uri GetHostSiteUri()
Return Value
Type: System.Uri
The URI of the host SPWeb.
Remarks
This method returns null if the profile page host URL cannot be retrieved from the BDC administration database.