Search Results for

    Show / Hide Table of Contents

    Class TeamAppInstance

    Inheritance
    System.Object
    BaseModel
    TeamAppInstance
    Inherited Members
    BaseModel.ParentTemplate
    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer