Class PowerQueryFormulaParameter

PowerQueryFormulaParameter class

Represents the parameter of power query formula.

public class PowerQueryFormulaParameter

Constructors

NameDescription
PowerQueryFormulaParameter()The default constructor.

Properties

NameDescription
Name { get; set; }Gets the name of parameter.
ParameterDefinition { get; }Gets the definition of the parameter.
Value { get; set; }Gets the value of parameter.

See Also