IProfileEventInterface.PreProfileDeleted Method (UserProfile)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Function PreProfileDeleted ( _
profile As UserProfile _
) As Boolean
'Usage
Dim instance As IProfileEventInterface
Dim profile As UserProfile
Dim returnValue As Boolean
returnValue = instance.PreProfileDeleted(profile)
bool PreProfileDeleted(
UserProfile profile
)
Parameters
- profile
Type: Microsoft.Office.Server.UserProfiles.UserProfile
Return Value
Type: System.Boolean
See Also
Reference
IProfileEventInterface Interface