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
Description
ACE description
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
DistributionMethod
ACE distributionmethod
[JsonPropertyName("distributionMethod")]
public string DistributionMethod { get; set; }
Property Value
IconProperties
ACE icon properties
[JsonPropertyName("iconProperties")]
public TeamsACEAppIconProperties IconProperties { get; set; }
Property Value
IsBot
ACE is bot
[JsonPropertyName("isBot")]
public bool IsBot { get; set; }
Property Value
Title
ACE title
[JsonPropertyName("title")]
public string Title { get; set; }