Share via


AccountPickerOptions.CustomFilter Property

Definition

Gets or sets the picker's custom filter to determine accounts being displayed. Setting this will disable add new capability.

public:
 property Func<System::Object ^, bool> ^ CustomFilter { Func<System::Object ^, bool> ^ get(); void set(Func<System::Object ^, bool> ^ value); };
public Func<object,bool> CustomFilter { get; set; }
member this.CustomFilter : Func<obj, bool> with get, set
Public Property CustomFilter As Func(Of Object, Boolean)

Property Value

The filter.

Applies to