Response.ResponseData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response data from the resource.
public:
property cli::array <System::Byte> ^ ResponseData { cli::array <System::Byte> ^ get(); };
public byte[] ResponseData { get; }
member this.ResponseData : byte[]
Public ReadOnly Property ResponseData As Byte()
Property Value
Byte[]