FallbackElement Class

Definition

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Cards.FallbackElement>))]
public class FallbackElement : Microsoft.Teams.Common.StringEnum
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Cards.FallbackElement>))>]
type FallbackElement = class
    inherit StringEnum
Public Class FallbackElement
Inherits StringEnum
Inheritance
FallbackElement
Attributes

Constructors

Name Description
FallbackElement(String)

Fields

Name Description
Drop

Properties

Name Description
IsDrop
Value (Inherited from StringEnum)

Methods

Name Description
Clone() (Inherited from StringEnum)
CompareTo(Object) (Inherited from StringEnum)
CompareTo(String) (Inherited from StringEnum)
Equals(Object) (Inherited from StringEnum)
Equals(String) (Inherited from StringEnum)
Equals(StringEnum) (Inherited from StringEnum)
GetHashCode() (Inherited from StringEnum)
ToString() (Inherited from StringEnum)

Applies to