Share via


ProfileProvisioner.GetHostSiteUri Method

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.

See Also

Reference

ProfileProvisioner Class

ProfileProvisioner Members

Microsoft.SharePoint.Portal.WebControls Namespace