Search Results for

    Show / Hide Table of Contents

    Class TodoImportance

    Inheritance
    object
    TodoImportance
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Microsoft.Graph
    Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
    Syntax
    public static class TodoImportance

    Fields

    | Edit this page View Source

    High

    Declaration
    public const string High = "high"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Low

    Declaration
    public const string Low = "low"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Normal

    Declaration
    public const string Normal = "normal"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation