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.
This member overrides ProfileBase.IsProfileOwner(UserProfile).
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 MemberGroup
Dim possibleOwner As UserProfile
Dim returnValue As Boolean
returnValue = instance.IsProfileOwner(possibleOwner)
public override bool IsProfileOwner(
UserProfile possibleOwner
)
Parameters
- possibleOwner
Type: Microsoft.Office.Server.UserProfiles.UserProfile
Return Value
Type: System.Boolean