Compartilhar via


UserProfilePropertyValueChange.NewValueTerm property

Retorna o objeto de termos de taxonomia que representa o novo valor. Retorna a null reference (Nothing in Visual Basic) se o novo valor não é um termo de taxonomia.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
Public ReadOnly Property NewValueTerm As Term
    Get
'Uso
Dim instance As UserProfilePropertyValueChange
Dim value As Term

value = instance.NewValueTerm
public Term NewValueTerm { get; }

Property value

Type: Microsoft.SharePoint.Taxonomy.Term
Retorna Term.

Ver também

Referência

UserProfilePropertyValueChange class

UserProfilePropertyValueChange members

Microsoft.Office.Server.UserProfiles namespace