ProfileHttpClientBase.GetPropertyAsync Method

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
)
protected:
virtual Task<String^>^ GetPropertyAsync(
    ProfileHttpClientBase::ProfilePropertyType type, 
    String^ id, 
    Object^ userState
)
abstract GetPropertyAsync : 
        type:ProfileHttpClientBase.ProfilePropertyType * 
        id:string * 
        userState:Object -> Task<string> 
override GetPropertyAsync : 
        type:ProfileHttpClientBase.ProfilePropertyType * 
        id:string * 
        userState:Object -> Task<string> 
protected function GetPropertyAsync(
    type : ProfileHttpClientBase.ProfilePropertyType, 
    id : String, 
    userState : Object
) : Task<String>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ProfileHttpClientBase Class

Microsoft.VisualStudio.Services.Profile.Client Namespace