| C1.Win.C1Input Namespace > PostValidation Class : Intervals Property |
'Declaration<C1DescriptionAttribute("Collection of intervals. The input value must belong to one of these intervals.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <LocalizableAttribute(True)> Public ReadOnly Property Intervals As ValueIntervalCollection
'UsageDim instance As PostValidation Dim value As ValueIntervalCollection value = instance.Intervals
[C1Description("Collection of intervals. The input value must belong to one of these intervals.")] [RefreshProperties(RefreshProperties.Repaint)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Localizable(true)] public ValueIntervalCollection Intervals {get;}
[C1Description("Collection of intervals. The input value must belong to one of these intervals.")] [RefreshProperties(RefreshProperties.Repaint)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Localizable(true)] public: property ValueIntervalCollection^ Intervals { ValueIntervalCollection^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2