Share via


ProfileHttpClientBase.SetPropertyAsync-Methode

Namespace:  Microsoft.VisualStudio.Services.Profile.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClientBase Klasse

Microsoft.VisualStudio.Services.Profile.Client-Namespace