AccountPickerOptions2.AddProviderFilter 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 which account providers are allowed to show accounts and be visible in the add account picker dialog. The Guid will be the AccountProvider identifier guid. The object will be the account configuration. For AAD based accounts this will be an IAadConfiguration. This object may be null. True should be returned if the account provider should be available, False otherwise.
public:
property Func<Guid, System::Object ^, bool> ^ AddProviderFilter { Func<Guid, System::Object ^, bool> ^ get(); void set(Func<Guid, System::Object ^, bool> ^ value); };
public Func<Guid,object,bool> AddProviderFilter { get; set; }
member this.AddProviderFilter : Func<Guid, obj, bool> with get, set
Public Property AddProviderFilter As Func(Of Guid, Object, Boolean)