Share via


ProfileHttpClientBase.GetAttributeAsync Method

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

Syntax

'Declaration
Protected Overridable Function GetAttributeAsync ( _
    descriptor As AttributeDescriptor, _
    id As String, _
    userState As Object _
) As Task(Of ProfileAttribute)
protected virtual Task<ProfileAttribute> GetAttributeAsync(
    AttributeDescriptor descriptor,
    string id,
    Object userState
)
protected:
virtual Task<ProfileAttribute^>^ GetAttributeAsync(
    AttributeDescriptor^ descriptor, 
    String^ id, 
    Object^ userState
)
abstract GetAttributeAsync : 
        descriptor:AttributeDescriptor * 
        id:string * 
        userState:Object -> Task<ProfileAttribute> 
override GetAttributeAsync : 
        descriptor:AttributeDescriptor * 
        id:string * 
        userState:Object -> Task<ProfileAttribute> 
protected function GetAttributeAsync(
    descriptor : AttributeDescriptor, 
    id : String, 
    userState : Object
) : Task<ProfileAttribute>

Parameters

Return Value

Type: System.Threading.Tasks.Task<ProfileAttribute>

.NET Framework Security

See Also

Reference

ProfileHttpClientBase Class

Microsoft.VisualStudio.Services.Profile.Client Namespace