VssHttpRequestSettings.AcceptLanguages Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public ReadOnly Property AcceptLanguages As ICollection(Of CultureInfo)
public ICollection<CultureInfo> AcceptLanguages { get; }
public:
property ICollection<CultureInfo^>^ AcceptLanguages {
ICollection<CultureInfo^>^ get ();
}
member AcceptLanguages : ICollection<CultureInfo> with get
function get AcceptLanguages () : ICollection<CultureInfo>
Property Value
Type: System.Collections.Generic.ICollection<CultureInfo>
.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.