QueryData Class
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.
public class QueryData : Microsoft.Teams.Cards.SerializableObject
type QueryData = class
inherit SerializableObject
Public Class QueryData
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| QueryData() | |
Properties
| Name | Description |
|---|---|
| AssociatedInputs | |
| Count | |
| Dataset | |
| Key | |
| Skip | |
| Type | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithAssociatedInputs(AssociatedInputs) | |
| WithCount(Single) | |
| WithDataset(String) | |
| WithKey(String) | |
| WithSkip(Single) | |