UserProfile.IsProfileOwner method

Returns a value that indicates whether the specified user is an owner of this user profile.

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

Syntax

'Declaration
Public Overrides Function IsProfileOwner ( _
    possibleOwner As UserProfile _
) As Boolean
'Usage
Dim instance As UserProfile
Dim possibleOwner As UserProfile
Dim returnValue As Boolean

returnValue = instance.IsProfileOwner(possibleOwner)
public override bool IsProfileOwner(
    UserProfile possibleOwner
)

Parameters

Return value

Type: System.Boolean
true if the specified user owns the profile; otherwise, false.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace