entryDNSServer (property)

The DNS server of the phonebook entry pointed to by PhonebookEntry .

Syntax

@property (nonatomic,readwrite,assign,getter=entryDNSServer,setter=setEntryDNSServer:) NSString* entryDNSServer;
- (NSString*)entryDNSServer;
- (void)setEntryDNSServer:(NSString*)newEntryDNSServer;
public var entryDNSServer: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the DNS server of the phonebook entry pointed to by PhonebookEntry. This property is filled in automatically every time PhonebookEntry is set to an existing entry.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]