IFunctionResult::ReturnValue Property

 

Gets the return value of a function.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

property Object^ ReturnValue {
	Object^ get();
}

Property Value

Type: System::Object^

The value returned by the function.

.NET Framework
Available since 3.5
Return to top
Show: