Option ParameterOption List 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)
The option list.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string[] OptionList { get; set; }VB
Public Property OptionList As String()
Get
SetProperty Value
StringThe option list.
Remarks
Used in validating the parameter if the RestrictedToList
is set to true.