ABPersonPhoneLabel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Phone number property labels.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public static class ABPersonPhoneLabel
type ABPersonPhoneLabel = class
- Inheritance
-
ABPersonPhoneLabel
- Attributes
Remarks
Labels are used with LocalizedLabel(NSString), Label, M:AddressBook.ABMultiValue`1.Add(`0,Foundation.NSString), and M:AddressBook.ABMultiValue`1.Insert(System.Int32,`0,Foundation.NSString).
Properties
HomeFax |
Represents the value associated with the constant kABPersonPhoneHomeFAXLabel |
iPhone |
Represents the value associated with the constant kABPersonPhoneIPhoneLabel |
Main |
Represents the value associated with the constant kABPersonPhoneMainLabel |
Mobile |
Represents the value associated with the constant kABPersonPhoneMobileLabel |
OtherFax |
Represents the value associated with the constant kABPersonPhoneOtherFAXLabel |
Pager |
Represents the value associated with the constant kABPersonPhonePagerLabel |
WorkFax |
Represents the value associated with the constant kABPersonPhoneWorkFAXLabel |
Applies to
See also
- GetPhones()
- <xref:AddressBook.ABPerson.SetPhones(AddressBook.ABMultiValue%601)>