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
- id
Type: System.String
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.