Gets or sets the result returned by the
TableOperation as an
Object.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As TableResult
Dim value As Object
value = instance.Result
instance.Result = value |
Syntax
Visual Basic |
---|
Public Property Result As Object |
C# |
---|
public Object Result { get; set; } |
C++ |
---|
public:
property Object^ Result {
Object^ get ();
void set (Object^ value);
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Object get_Result ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Result (Object value)
|
JScript |
---|
CompilerGeneratedAttribute
public function get Result () : Object
CompilerGeneratedAttribute
public function set Result (value : Object)
|
Property Value
The result of the table operation as an
Object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also