Class TeamAppInstance
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Teams
Assembly: PnP.Framework.dll
Syntax
public class TeamAppInstance : BaseModel, IProvisioningTemplateDescendant
Properties
AppId
Defines the unique ID of the App to install or update on the Team
Declaration
public String AppId { get; set; }
Property Value
String
|
Methods
Equals(TeamAppInstance)
Compares TeamAppInstance object based on AppId
Declaration
public bool Equals(TeamAppInstance other)
Parameters
Team TeamAppInstance Class object |
Returns
System. true if the TeamAppInstance object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with TeamAppInstance class
Declaration
public override bool Equals(object obj)
Parameters
System. Object that represents TeamAppInstance |
Returns
System. Checks whether object is TeamAppInstance class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System. Returns HashCode |