Class TeamApp
Defines an TeamApp for automated provisiong of Microsoft Teams
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Teams
Assembly: PnP.Framework.dll
Syntax
public class TeamApp : BaseModel, IProvisioningTemplateDescendant
Properties
AppId
Unique ID - from PnP perspective - for the App, defined for further reference in the Provisioning Template
Declaration
public String AppId { get; set; }
Property Value
String
|
PackageUrl
The URL or path for the Teams App package
Declaration
public String PackageUrl { get; set; }
Property Value
String
|
Methods
Equals(TeamApp)
Compares TeamApp object based on AppId, and PackageUrl
Declaration
public bool Equals(TeamApp other)
Parameters
TeamApp
other
TeamApp Class object |
Returns
System.Boolean
true if the TeamApp object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with TeamApp class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents TeamApp |
Returns
System.Boolean
Checks whether object is TeamApp class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |