Search Results for

    Show / Hide Table of Contents

    Class ACEProperties

    Represents common properties of ACEs

    Inheritance
    object
    ACEProperties
    CardDesignerProps
    TeamsACEProperties
    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 ACEProperties

    Properties

    AceData

    Shared Adaptive Card properties

    Declaration
    [JsonPropertyName("aceData")]
    public ACEData AceData { get; }
    Property Value
    ACEData

    Description

    ACE Description

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

    IconProperty

    ACE Icon property - usually a link to icon

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

    Title

    ACE Title

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

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