Skip to content

Name Property

Summary

The input parameter name.

Signature

1
public string Name {get;}

Return Value

string

Declaring Type

cAlgo.API.ParameterAttribute

Examples

1
2
3
4
5
 //...
 //The input parameter name is MaPeriod
 [Parameter("MaPeriod")]
 public int Period { get; set; }
 //...

Last update: March 23, 2023