VssHttpRequestSettings.UserAgent Property

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Property UserAgent As List(Of ProductInfoHeaderValue)
public List<ProductInfoHeaderValue> UserAgent { get; set; }
public:
property List<ProductInfoHeaderValue^>^ UserAgent {
    List<ProductInfoHeaderValue^>^ get ();
    void set (List<ProductInfoHeaderValue^>^ value);
}
member UserAgent : List<ProductInfoHeaderValue> with get, set
function get UserAgent () : List<ProductInfoHeaderValue>
function set UserAgent (value : List<ProductInfoHeaderValue>)

Property Value

Type: System.Collections.Generic.List<ProductInfoHeaderValue>

.NET Framework Security

See Also

Reference

VssHttpRequestSettings Class

Microsoft.VisualStudio.Services.Common Namespace