AppBasedLinkQuery 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
AppBasedLinkQuery() |
Initializes a new instance of the AppBasedLinkQuery class. |
AppBasedLinkQuery(String) |
Initializes a new instance of the AppBasedLinkQuery class. |
AppBasedLinkQuery()
Initializes a new instance of the AppBasedLinkQuery class.
public AppBasedLinkQuery ();
Public Sub New ()
Applies to
AppBasedLinkQuery(String)
Initializes a new instance of the AppBasedLinkQuery class.
public AppBasedLinkQuery (string url = default);
new Microsoft.Bot.Schema.Teams.AppBasedLinkQuery : string -> Microsoft.Bot.Schema.Teams.AppBasedLinkQuery
Public Sub New (Optional url As String = Nothing)
Parameters
- url
- String
Url queried by user.