IFunctionResult.ReturnValue Propriedade
Definição
Obtém o valor retornado de uma função.Gets the return value of a function.
public:
property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object
Valor da propriedade
O valor retornado pela função.The value returned by the function.