Search Results for

    Show / Hide Table of Contents

    Class TeamsACEApp

    Teams ACE app

    Inheritance
    object
    TeamsACEApp
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class TeamsACEApp

    Properties

    AppId

    ACE app id

    Declaration
    [JsonPropertyName("appId")]
    public string AppId { get; set; }
    Property Value
    string

    Description

    ACE description

    Declaration
    [JsonPropertyName("description")]
    public string Description { get; set; }
    Property Value
    string

    DistributionMethod

    ACE distributionmethod

    Declaration
    [JsonPropertyName("distributionMethod")]
    public string DistributionMethod { get; set; }
    Property Value
    string

    IconProperties

    ACE icon properties

    Declaration
    [JsonPropertyName("iconProperties")]
    public TeamsACEAppIconProperties IconProperties { get; set; }
    Property Value
    TeamsACEAppIconProperties

    IsBot

    ACE is bot

    Declaration
    [JsonPropertyName("isBot")]
    public bool IsBot { get; set; }
    Property Value
    bool

    Title

    ACE title

    Declaration
    [JsonPropertyName("title")]
    public string Title { get; set; }
    Property Value
    string

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