UserProfileChangeData.UserRemotePersonalSiteHostUrl property

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

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

Syntax

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

value = instance.UserRemotePersonalSiteHostUrl

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

Property value

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

See also

Reference

UserProfileChangeData class

UserProfileChangeData members

WebSvcUserProfileChangeService namespace