PositionSelectOptionNumberDatasource Property |
The name of the NumericOption to get the number of positions from
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string NumberDatasource { get; set; }
Public Property NumberDatasource As String
Get
Set
Dim instance As PositionSelectOption
Dim value As String
value = instance.NumberDatasource
instance.NumberDatasource = value
Property Value
StringRemarks Leave empty if a fixed number of positions from the NumberofPositions property should be used
See Also