TeamsModelFactory.DiscoverySettings(Nullable<Boolean>) Method
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.
Creates a new instance of DiscoverySettings(Nullable<Boolean>).
public static Azure.Connectors.Sdk.Teams.Models.DiscoverySettings DiscoverySettings(bool? showInTeamSSearchAndSuggestions = default);
static member DiscoverySettings : Nullable<bool> -> Azure.Connectors.Sdk.Teams.Models.DiscoverySettings
Public Shared Function DiscoverySettings (Optional showInTeamSSearchAndSuggestions As Nullable(Of Boolean) = Nothing) As DiscoverySettings