FacebookEntry.Standby Property
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.
Gets the standby messages list.
public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage> Standby { get; }
member this.Standby : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookMessage>
Public ReadOnly Property Standby As List(Of FacebookMessage)
Property Value
List containing the messages sent while in standby mode.