O365ConnectorCardDateInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Content type for O365ConnectorCardDateInput.
public class O365ConnectorCardDateInput : Microsoft.Bot.Schema.Teams.O365ConnectorCardInputBase
type O365ConnectorCardDateInput = class
inherit O365ConnectorCardInputBase
Public Class O365ConnectorCardDateInput
Inherits O365ConnectorCardInputBase
- Inheritance
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) |