FunctionInputBindingResult Class
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.
A type representing the result of binding function inputs.
public class FunctionInputBindingResult
type FunctionInputBindingResult = class
Public Class FunctionInputBindingResult
- Inheritance
-
FunctionInputBindingResult
Constructors
| Name | Description |
|---|---|
| FunctionInputBindingResult(Object[]) |
Creates a new instance of FunctionInputBindingResult |
Properties
| Name | Description |
|---|---|
| Values |
Gets the values of bound function inputs. |