OptionParameterOptionList Property

Gets and Sets the list of valid values for the parameter if 'RestrictedtoList' public is true.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public string[] OptionList { get; set; }

Property Value

String
The option list.

Remarks

Used in validating the parameter if the RestrictedToList is set to true.

See Also