entryDeviceType (property)

The device type of the phonebook entry pointed to by PhonebookEntry .

Syntax

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

Default Value

""

Remarks

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