Share via


ProfileHttpClientBase.GetPropertyAsync-Methode

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

Syntax

'Declaration
Protected Overridable Function GetPropertyAsync ( _
    type As ProfileHttpClientBase.ProfilePropertyType, _
    id As String, _
    userState As Object _
) As Task(Of String)
protected virtual Task<string> GetPropertyAsync(
    ProfileHttpClientBase.ProfilePropertyType type,
    string id,
    Object userState
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClientBase Klasse

Microsoft.VisualStudio.Services.Profile.Client-Namespace