O365ConnectorCardFact Constructors
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.
Overloads
O365ConnectorCardFact() |
Initializes a new instance of the O365ConnectorCardFact class. |
O365ConnectorCardFact(String, String) |
Initializes a new instance of the O365ConnectorCardFact class. |
O365ConnectorCardFact()
Initializes a new instance of the O365ConnectorCardFact class.
public O365ConnectorCardFact ();
Public Sub New ()
Applies to
O365ConnectorCardFact(String, String)
Initializes a new instance of the O365ConnectorCardFact class.
public O365ConnectorCardFact (string name = default, string value = default);
new Microsoft.Bot.Schema.Teams.O365ConnectorCardFact : string * string -> Microsoft.Bot.Schema.Teams.O365ConnectorCardFact
Public Sub New (Optional name As String = Nothing, Optional value As String = Nothing)
Parameters
- name
- String
Display name of the fact.
- value
- String
Display value for the fact.