แชร์ผ่าน


O365ConnectorCardDateInput Class

Definition

Content type for O365ConnectorCardDateInput.

public class O365ConnectorCardDateInput : Microsoft.Bot.Schema.Teams.O365ConnectorCardInputBase
type O365ConnectorCardDateInput = class
    inherit O365ConnectorCardInputBase
Public Class O365ConnectorCardDateInput
Inherits O365ConnectorCardInputBase
Inheritance
O365ConnectorCardDateInput

Constructors

O365ConnectorCardDateInput()

Initializes a new instance of the O365ConnectorCardDateInput class.

O365ConnectorCardDateInput(String, String, Nullable<Boolean>, String, String, Nullable<Boolean>)

Initializes a new instance of the O365ConnectorCardDateInput class.

Fields

Type

Content type to be used in the @type property.

Properties

Id

Gets or sets input ID. It must be unique per entire O365 connector card.

(Inherited from O365ConnectorCardInputBase)
IncludeTime

Gets or sets include time input field. Default value is false (date only).

IsRequired

Gets or sets define if this input is a required field. Default value is false.

(Inherited from O365ConnectorCardInputBase)
Title

Gets or sets input title that will be shown as the placeholder.

(Inherited from O365ConnectorCardInputBase)
Value

Gets or sets default value for this input field.

(Inherited from O365ConnectorCardInputBase)

Applies to