QueryOption 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.
A query option to be added to the request. https://developer.microsoft.com/en-us/graph/docs/concepts/query_parameters
public class QueryOption : Microsoft.Graph.Option
type QueryOption = class
inherit Option
Public Class QueryOption
Inherits Option
- Inheritance
Constructors
QueryOption(String, String) |
Create a query option. |
Properties
Name |
The name, or key, of the option. (Inherited from Option) |
Value |
The value of the option. (Inherited from Option) |