PositionSelectOptionNumberofPositions Property |
The number of positions the user has to select
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public int NumberofPositions { get; set; }
Public Property NumberofPositions As Integer
Get
Set
Dim instance As PositionSelectOption
Dim value As Integer
value = instance.NumberofPositions
instance.NumberofPositions = value
Property Value
Int32Remarks Set to -1 if the NumberDatasource property should be used
See Also