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
TeamAppInstance
other
TeamAppInstance Class object |
Returns
System.Boolean
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
obj
Object that represents TeamAppInstance |
Returns
System.Boolean
Checks whether object is TeamAppInstance class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |