OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Filter.Range Class / MinValue Property



In This Topic
    MinValue Property
    In This Topic
    Determines the inclusive lower-bound value to filter the specified Column by.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    Public Property MinValue As Object
    'Usage
     
    
    Dim instance As Filter.Range
    Dim value As Object
     
    instance.MinValue = value
     
    value = instance.MinValue
    [DataMember(false)]
    public object MinValue {get; set;}
    [DataMember(false)]
    public:
    property Object^ MinValue {
       Object^ get();
       void set (    Object^ value);
    }
    Remarks
    Must match the data-type of the specified Column. See Schema for details on specific columns and their data types.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also