OrganizationProfile.IsProfileOwner method
NOTE: This API is now obsolete.
Gets a Boolean value indicating whether the specified user is an owner of this OrganizationProfile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public Overrides Function IsProfileOwner ( _
possibleOwner As UserProfile _
) As Boolean
'Usage
Dim instance As OrganizationProfile
Dim possibleOwner As UserProfile
Dim returnValue As Boolean
returnValue = instance.IsProfileOwner(possibleOwner)
[ObsoleteAttribute("This class is no longer supported.")]
public override bool IsProfileOwner(
UserProfile possibleOwner
)
Parameters
- possibleOwner
Type: Microsoft.Office.Server.UserProfiles.UserProfile
Return value
Type: System.Boolean