Поделиться через


ProfileHttpClientBase.GetPropertyAsync - метод

Пространство имен:  Microsoft.VisualStudio.Services.Profile.Client
Сборка:  Microsoft.VisualStudio.Services.WebApi (в Microsoft.VisualStudio.Services.WebApi.dll)

Синтаксис

'Декларация
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
)

Параметры

Возвращаемое значение

Тип: System.Threading.Tasks.Task<String>

Безопасность платформы .NET Framework

См. также

Ссылки

ProfileHttpClientBase Класс

Microsoft.VisualStudio.Services.Profile.Client - пространство имен