OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class / GetZoneList Property



In This Topic
    GetZoneList Property
    In This Topic
    Represents the collection of available Zone records for the associated OnTime account.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GetZoneList As ZoneQuery
    'Usage
     
    
    Dim instance As DataAccess
    Dim value As ZoneQuery
     
    value = instance.GetZoneList
    public ZoneQuery GetZoneList {get;}
    public:
    property ZoneQuery^ GetZoneList {
       ZoneQuery^ get();
    }

    Property Value

    A ZoneQuery object.
    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