OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Location Class / Zone Property



In This Topic
    Zone Property
    In This Topic
    The Zone record assigned to this Location.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("")>
    Public Property Zone As Zone
    'Usage
     
    
    Dim instance As Location
    Dim value As Zone
     
    instance.Zone = value
     
    value = instance.Zone
    [DataMember(false)]
    [DisplayName("")]
    public Zone Zone {get; set;}
    [DataMember(false)]
    [DisplayName("")]
    public:
    property Zone^ Zone {
       Zone^ get();
       void set (    Zone^ value);
    }
    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