Class TeamDiscoverySettings
The Messaging Settings for the Team
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Teams
Assembly: PnP.Framework.dll
Syntax
public class TeamDiscoverySettings : BaseModel, IProvisioningTemplateDescendant
Properties
ShowInTeamsSearchAndSuggestions
Defines whether the Team is visible via search and suggestions from the Teams client
Declaration
public Boolean ShowInTeamsSearchAndSuggestions { get; set; }
Property Value
Boolean
|
Methods
Equals(TeamDiscoverySettings)
Compares TeamDiscoverySettings object based on ShowInTeamsSearchAndSuggestions
Declaration
public bool Equals(TeamDiscoverySettings other)
Parameters
TeamDiscoverySettings
other
TeamDiscoverySettings Class object |
Returns
System.Boolean
true if the TeamDiscoverySettings object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with TeamDiscoverySettings class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents TeamDiscoverySettings |
Returns
System.Boolean
Checks whether object is TeamDiscoverySettings class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |