UserProfilePropertyValueChange.ProfileProperty Property
Gets the user profile property.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ProfileProperty As Property
Get
'Usage
Dim instance As UserProfilePropertyValueChange
Dim value As [Property]
value = instance.ProfileProperty
public Property ProfileProperty { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.Property
The Property object.
See Also
Reference
UserProfilePropertyValueChange Class