[This is preliminary documentation and is subject to change.]
Gets the data of the request
Declaration Syntax
C# | Visual Basic | Visual C++ |
public byte[] Data { get; }
Public ReadOnly Property Data As Byte()
public: property array<unsigned char>^ Data { array<unsigned char>^ get (); }