WebTestSettings.BinaryHttpBodyContentTypes Property
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Декларация
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
- 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.