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.
Returns the taxonomy term object that represents the new value. Returns a null reference (Nothing in Visual Basic) if the new value is not a taxonomy term.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property NewValueTerm As Term
Get
'Usage
Dim instance As UserProfilePropertyValueChange
Dim value As Term
value = instance.NewValueTerm
public Term NewValueTerm { get; }
Property Value
Type: Microsoft.SharePoint.Taxonomy.Term
Returns Term.
See Also
Reference
UserProfilePropertyValueChange Class