Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.