OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Filter Class / Column Property



In This Topic
    Column Property
    In This Topic
    Determines the specific database column that this Filter is applied to.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    Public Property Column As Integer
    'Usage
     
    
    Dim instance As Filter
    Dim value As Integer
     
    instance.Column = value
     
    value = instance.Column
    [DataMember(false)]
    public int Column {get; set;}
    [DataMember(false)]
    public:
    property int Column {
       int get();
       void set (    int value);
    }
    Remarks
    See the Schema module for a list of valid column identifiers that can be used.
    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