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

See Also

Reference

VssHttpRequestSettings Class

Microsoft.VisualStudio.Services.Common Namespace