AddressBookUI.ABPeoplePickerNavigationController.PredicateForSelectionOfPerson Property
Use this property to set a predicate that determines whether the person should be returned to the app, or displayed to the user.

Syntax

[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_8_0)]
[get: Foundation.Export("predicateForSelectionOfPerson")]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_8_0)]
[set: Foundation.Export("setPredicateForSelectionOfPerson:")]
[set: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_8_0)]
public virtual Foundation.NSPredicate PredicateForSelectionOfPerson { get; set; }

Value

If set, the predicate that determines whether to return the person to the app (the predicate evaluates to true) or displayed (the predicate evaluates to false).

If the value is not set, the decision on whether the person is returned or displayed rests on the methods from the AddressBookUI.ABPeoplePickerNavigationControllerDelegate delegate.

This value can be null.

Remarks

Requirements

Namespace: AddressBookUI
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0