DataAsyncCommandCompletedEventArgs<T>.ReturnValue 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.
Returns the return value of the operation.
public:
property T ReturnValue { T get(); };
public T ReturnValue { get; }
member this.ReturnValue : 'T
Public ReadOnly Property ReturnValue As T
Property Value
T
The return value of the operation of the generic type T.