entryDeviceName (property)

The device of the phonebook entry pointed to by PhonebookEntry .

Syntax

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

Default Value

""

Remarks

This property contains the device 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]