MessagingExtensionParameter 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
MessagingExtensionParameter() |
Initializes a new instance of the MessagingExtensionParameter class. |
MessagingExtensionParameter(String, Object) |
Initializes a new instance of the MessagingExtensionParameter class. |
MessagingExtensionParameter()
Initializes a new instance of the MessagingExtensionParameter class.
public MessagingExtensionParameter ();
Public Sub New ()
Applies to
MessagingExtensionParameter(String, Object)
Initializes a new instance of the MessagingExtensionParameter class.
public MessagingExtensionParameter (string name = default, object value = default);
new Microsoft.Bot.Schema.Teams.MessagingExtensionParameter : string * obj -> Microsoft.Bot.Schema.Teams.MessagingExtensionParameter
Public Sub New (Optional name As String = Nothing, Optional value As Object = Nothing)
Parameters
- name
- String
Name of the parameter.
- value
- Object
Value of the parameter.