MethodInvocationInfo.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.
Return value of the method.  Can be null if the method doesn't return anything.
public:
 property Microsoft::PowerShell::Cmdletization::MethodParameter ^ ReturnValue { Microsoft::PowerShell::Cmdletization::MethodParameter ^ get(); };public:
 property Microsoft::PowerShell::Cmdletization::MethodParameter ^ ReturnValue { Microsoft::PowerShell::Cmdletization::MethodParameter ^ get(); };public Microsoft.PowerShell.Cmdletization.MethodParameter ReturnValue { get; }member this.ReturnValue : Microsoft.PowerShell.Cmdletization.MethodParameterPublic ReadOnly Property ReturnValue As MethodParameter