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



In This Topic
    MaxValue Property
    In This Topic
    Determines the inclusive upper-bound value to filter the specified Column by.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    Public Property MaxValue As Object
    'Usage
     
    
    Dim instance As Filter.Range
    Dim value As Object
     
    instance.MaxValue = value
     
    value = instance.MaxValue
    [DataMember(false)]
    public object MaxValue {get; set;}
    [DataMember(false)]
    public:
    property Object^ MaxValue {
       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