IStrategyParamTemplateDomainValues Property

GF API Documentation
Gets a list of available values if the param is of Enum type, or null.

Namespace:  GF.Api.Strategies.Params
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

IReadOnlyList<Object> DomainValues { get; }

Property Value

Type: IReadOnlyListObject
See Also

Reference