Share via


WebTestSettings.BinaryHttpBodyContentTypes Property

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public Property BinaryHttpBodyContentTypes As String
public string BinaryHttpBodyContentTypes { get; set; }
public:
virtual property String^ BinaryHttpBodyContentTypes {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract BinaryHttpBodyContentTypes : string with get, set 
override BinaryHttpBodyContentTypes : string with get, set
final function get BinaryHttpBodyContentTypes () : String 
final function set BinaryHttpBodyContentTypes (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

WebTestSettings Class

Microsoft.VisualStudio.TestTools.Vsip Namespace