Compartir a través de


ProfileHttpClientBase.SetPropertyAsync (Método)

Espacio de nombres:  Microsoft.VisualStudio.Services.Profile.Client
Ensamblado:  Microsoft.VisualStudio.Services.WebApi (en Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxis

'Declaración
Protected Overridable Function SetPropertyAsync ( _
    type As ProfileHttpClientBase.ProfilePropertyType, _
    value As String, _
    id As String, _
    userState As Object _
) As Task(Of Integer)
protected virtual Task<int> SetPropertyAsync(
    ProfileHttpClientBase.ProfilePropertyType type,
    string value,
    string id,
    Object userState
)

Parámetros

Valor devuelto

Tipo: System.Threading.Tasks.Task<Int32>

Seguridad de .NET Framework

Vea también

Referencia

ProfileHttpClientBase Clase

Microsoft.VisualStudio.Services.Profile.Client (Espacio de nombres)