Gets task execution result.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public byte[] Result { get; private set; }
Public Property Result As Byte() Get Private Set
public: property array<unsigned char>^ Result { array<unsigned char>^ get (); private: void set (array<unsigned char>^ value); }
/** @property */ public byte[] get_Result() /** @property */ public void set_Result(byte[] value)