Search Results for

    Show / Hide Table of Contents

    Class TeamsACEApp

    Teams ACE app

    Inheritance
    System.Object
    TeamsACEApp
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class TeamsACEApp : object

    Properties

    AppId

    ACE app id

    Declaration
    public string AppId { get; set; }
    Property Value
    System.String

    Description

    ACE description

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    DistributionMethod

    ACE distributionmethod

    Declaration
    public string DistributionMethod { get; set; }
    Property Value
    System.String

    IconProperties

    ACE icon properties

    Declaration
    public TeamsACEAppIconProperties IconProperties { get; set; }
    Property Value
    TeamsACEAppIconProperties

    IsBot

    ACE is bot

    Declaration
    public bool IsBot { get; set; }
    Property Value
    System.Boolean

    Title

    ACE title

    Declaration
    public string Title { get; set; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer