Share via


RestApiDownloadState.Response Property

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property Response As HttpResponseMessage
public HttpResponseMessage Response { get; private set; }
public:
property HttpResponseMessage^ Response {
    HttpResponseMessage^ get ();
    private: void set (HttpResponseMessage^ value);
}
member Response : HttpResponseMessage with get, private set
function get Response () : HttpResponseMessage 
private function set Response (value : HttpResponseMessage)

Property Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

RestApiDownloadState Class

Microsoft.TeamFoundation.Server.Core Namespace