UserProfileChangeData.PropertyName property

Gets or sets the name of the user profile property to which the change was made.

Namespace:  WebSvcUserProfileChangeService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
Public Property PropertyName As String
    Get
    Set
'Usage
Dim instance As UserProfileChangeData
Dim value As String

value = instance.PropertyName

instance.PropertyName = value
public string PropertyName { get; set; }

Property value

Type: System.String
The name of the user profile property.

See also

Reference

UserProfileChangeData class

UserProfileChangeData members

WebSvcUserProfileChangeService namespace