Share via


MethodInvocationInfo.ReturnValue Property

Definition

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.MethodParameter
Public ReadOnly Property ReturnValue As MethodParameter

Property Value

Applies to