AccountPickerOptions.CustomFilter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.