WebTestSettings.BinaryHttpBodyContentTypesAsArray Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public ReadOnly Property BinaryHttpBodyContentTypesAsArray As String()
public string[] BinaryHttpBodyContentTypesAsArray { get; }
public:
property array<String^>^ BinaryHttpBodyContentTypesAsArray {
array<String^>^ get ();
}
member BinaryHttpBodyContentTypesAsArray : string[] with get
function get BinaryHttpBodyContentTypesAsArray () : String[]
Property Value
Type: array<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.