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
- 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.