Search Results for

    Show / Hide Table of Contents

    Class TeamsACEAppIconProperties

    Teams ACE app icon properties

    Inheritance
    object
    TeamsACEAppIconProperties
    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 TeamsACEAppIconProperties

    Properties

    ColorIconWebUrl

    Color icon web url

    Declaration
    [JsonPropertyName("colorIconWebUrl")]
    public string ColorIconWebUrl { get; set; }
    Property Value
    string

    OutlineIconWebUrl

    Outline icon web url

    Declaration
    [JsonPropertyName("outlineIconWebUrl")]
    public string OutlineIconWebUrl { get; set; }
    Property Value
    string

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