System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.ReturnValue Property

Gets the return value that is returned by the business object method, if any, as an object.

Syntax

public object ReturnValue { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ObjectDataSourceStatusEventArgs.ReturnValue property is set in the System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs constructor. The value is set to the return value of the business object method call, which is called using reflection. If the business method returns no value (such as when the business object method returns void), the ObjectDataSourceStatusEventArgs.ReturnValue property evaluated to null.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0