UserProfileValueCollection.CheckUpdatePermissions Method
Determines whether the current user has permission to change a profile property value. Throws an UnauthorizedAccessException if the current user does not have permission to make the change.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Overrides Sub CheckUpdatePermissions
'Usage
Me.CheckUpdatePermissions()
protected override void CheckUpdatePermissions()
See Also
Reference
UserProfileValueCollection Class