Share via


UserProfileChangeData.UserAccountName property

Gets or sets the URL of the personal site of the user.

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

Syntax

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

value = instance.UserAccountName

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

Property value

Type: System.String
The URL of the personal site.

See also

Reference

UserProfileChangeData class

UserProfileChangeData members

WebSvcUserProfileChangeService namespace