Partilhar via


UserProfileChangeData.UserRemotePersonalSiteHostUrl Property

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

Namespace:  [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx

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

UserProfileChangeService Web Service