ABSource Class

Definition

A data source that produces address book data. (See ABSourceType.)

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public class ABSource : AddressBook.ABRecord
type ABSource = class
    inherit ABRecord
Inheritance
ABSource
Attributes

Fields

InvalidPropertyId

An invalid value for a property id.

(Inherited from ABRecord)
InvalidRecordId

An invalid value for a record id.

(Inherited from ABRecord)

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from ABRecord)
Id

Gets the unique ID of the record.

(Inherited from ABRecord)
Name
SourceType
Type

Gets the type of the record.

(Inherited from ABRecord)

Methods

Dispose()

Releases the resources used by the ABRecord object.

(Inherited from ABRecord)
Dispose(Boolean)

Releases the resources used by the ABRecord object.

(Inherited from ABRecord)
ToString()

Returns the composite name of the ABRecord.

(Inherited from ABRecord)

Applies to