ABPeoplePickerNavigationController.PredicateForSelectionOfPerson Property

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSPredicate PredicateForSelectionOfPerson { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("predicateForSelectionOfPerson", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setPredicateForSelectionOfPerson:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.PredicateForSelectionOfPerson : Foundation.NSPredicate with get, set

Property 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 ABPeoplePickerNavigationControllerDelegate delegate.

This value can be null.

Attributes

Applies to