AccountPickerOptions.CustomFilter Property

Definition

Represents the options used to create an account picker.

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