'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the custom steps when the mode is set to CustomSteps")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomSteps As NDoubleList
'Usage
Dim instance As NNumericRangeSamplerProvider Dim value As NDoubleList instance.CustomSteps = value value = instance.CustomSteps
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the custom steps when the mode is set to CustomSteps")] [System.Xml.Serialization.XmlIgnore()] public NDoubleList CustomSteps {get; set;}