UserProfilePropertyValueChange.GetNewValue Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Protected Friend Function GetNewValue As Object
'Usage
Dim returnValue As Object
returnValue = Me.GetNewValue()
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
protected internal Object GetNewValue()
Return Value
Type: System.Object
Returns Object.
See Also
Reference
UserProfilePropertyValueChange Class