NotificationInfo 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
NotificationInfo() |
Initializes a new instance of the NotificationInfo class. |
NotificationInfo(Nullable<Boolean>) |
Initializes a new instance of the NotificationInfo class. |
NotificationInfo()
Initializes a new instance of the NotificationInfo class.
public NotificationInfo ();
Public Sub New ()
Applies to
NotificationInfo(Nullable<Boolean>)
Initializes a new instance of the NotificationInfo class.
public NotificationInfo (bool? alert = default);
new Microsoft.Bot.Schema.Teams.NotificationInfo : Nullable<bool> -> Microsoft.Bot.Schema.Teams.NotificationInfo
Public Sub New (Optional alert As Nullable(Of Boolean) = Nothing)