共用方式為


BinaryHttpBody.Data 屬性

取得或設定二進位資料。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property Data As Byte()
public byte[] Data { get; set; }
public:
property array<unsigned char>^ Data {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member Data : byte[] with get, set
function get Data () : byte[]
function set Data (value : byte[])

屬性值

型別:array<System.Byte[]
二進位資料。

.NET Framework 安全性

請參閱

參考

BinaryHttpBody 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間