Class TeamTab
Defines an TeamTab for automated provisiong of Microsoft Teams
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Teams
Assembly: PnP.Framework.dll
Syntax
public class TeamTab : BaseModel, IProvisioningTemplateDescendant
Properties
Configuration
Defines the Configuration for the Tab
Declaration
public TeamTabConfiguration Configuration { get; set; }
Property Value
TeamTabConfiguration
|
DisplayName
Defines the Display Name of the Channel
Declaration
public String DisplayName { get; set; }
Property Value
String
|
ID
Declares the ID for the Tab
Declaration
public String ID { get; set; }
Property Value
String
|
Remove
Allows to remove an already existing Tab
Declaration
public bool Remove { get; set; }
Property Value
System.Boolean
|
TeamsAppId
App definition identifier of the tab
Declaration
public String TeamsAppId { get; set; }
Property Value
String
|
Methods
Equals(TeamTab)
Compares TeamTab object based on DisplayName, TeamsAppId, Configuration, and ID
Declaration
public bool Equals(TeamTab other)
Parameters
TeamTab
other
TeamTab Class object |
Returns
System.Boolean
true if the TeamTab object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with TeamTab class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents TeamTab |
Returns
System.Boolean
Checks whether object is TeamTab class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |