Table of Contents

Class TeamsACEApp

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Teams ACE app

public class TeamsACEApp
Inheritance
TeamsACEApp
Inherited Members

Properties

AppId

ACE app id

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

Property Value

string

Description

ACE description

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

Property Value

string

DistributionMethod

ACE distributionmethod

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

Property Value

string

IconProperties

ACE icon properties

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

Property Value

TeamsACEAppIconProperties

IsBot

ACE is bot

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

Property Value

bool

Title

ACE title

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

Property Value

string