Share via


MySiteProfileHandler.SetMySiteOwner Method

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Overridable Sub SetMySiteOwner ( _
    context As ServerContext, _
    profile As UserProfile, _
    newOwner As String _
)
'Usage
Dim instance As MySiteProfileHandler
Dim context As ServerContext
Dim profile As UserProfile
Dim newOwner As String

instance.SetMySiteOwner(context, profile, _
    newOwner)
public virtual void SetMySiteOwner(
    ServerContext context,
    UserProfile profile,
    string newOwner
)

Parameters

See Also

Reference

MySiteProfileHandler Class

MySiteProfileHandler Members

Microsoft.Office.Server.UserProfiles Namespace