ABPeoplePickerNavigationController.PredicateForEnablingPerson Property

Definition

Use this property to set a predicate that determines whether the person can be selected or not.

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

Property Value

If the value is null, all persons are selectable; Otherwise only those persons that match the predicate will be.

This value can be null.

Attributes

Applies to