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
- value
Tipo: System.String
- id
Tipo: System.String
- userState
Tipo: System.Object
Valor devuelto
Tipo: System.Threading.Tasks.Task<Int32>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.Services.Profile.Client (Espacio de nombres)