Table of Contents

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

ACEData

Description

ACE Description

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

Property Value

string

IconProperty

ACE Icon property - usually a link to icon

[JsonPropertyName("iconProperty")]
public string IconProperty { get; }

Property Value

string

Title

ACE Title

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

Property Value

string