phonebook (property)

This property reads the PhonebookEntry when dialing the remote machine.

Syntax

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

Default Value

""

Remarks

This property reads the PhonebookEntry when dialing the remote machine. This property is valuable only in Windows NT 4.0 and higher where multiple phonebooks can be specified. The PhonebookEntry is relative to Phonebook. If it is empty the default phonebook is used.

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