Interface ITeamDiscoverySettings
Public interface to define the discovery settings for a Team
public interface ITeamDiscoverySettings : IDataModel<ITeamDiscoverySettings>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamDiscoverySettings>
- Inherited Members
- Extension Methods
Properties
ShowInTeamsSearchAndSuggestions
Show team in Teams search and suggestions?
bool ShowInTeamsSearchAndSuggestions { get; set; }