OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / ZoneBase Class / PostalCodes Property



In This Topic
    PostalCodes Property
    In This Topic
    The postal codes assigned to this Zone.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Postal Codes")>
    Public Property PostalCodes As String
    'Usage
     
    
    Dim instance As ZoneBase
    Dim value As String
     
    instance.PostalCodes = value
     
    value = instance.PostalCodes
    [DataMember(false)]
    [DisplayName("Postal Codes")]
    public string PostalCodes {get; set;}
    [DataMember(false)]
    [DisplayName("Postal Codes")]
    public:
    property String^ PostalCodes {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Represented as a comma-delimited string containing each postal code assigned to this Zone.
    There is no limit on the number of postal codes that can be assigned to a Zone.
    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