Class ACEProperties
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Represents common properties of ACEs
public class ACEProperties
- Inheritance
-
ACEProperties
- Derived
- Inherited Members
Properties
AceData
Shared Adaptive Card properties
[JsonPropertyName("aceData")]
public ACEData AceData { get; }
Property Value
Description
ACE Description
[JsonPropertyName("description")]
public string Description { get; }
Property Value
IconProperty
ACE Icon property - usually a link to icon
[JsonPropertyName("iconProperty")]
public string IconProperty { get; }
Property Value
Title
ACE Title
[JsonPropertyName("title")]
public string Title { get; }