ProfilePropertyLoader.FindLoader Method
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Function FindLoader ( _
objPage As Page _
) As ProfilePropertyLoader
'Usage
Dim objPage As Page
Dim returnValue As ProfilePropertyLoader
returnValue = ProfilePropertyLoader.FindLoader(objPage)
public static ProfilePropertyLoader FindLoader(
Page objPage
)
Parameters
- objPage
Type: System.Web.UI.Page
Return Value
Type: Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader