QueryOption Class

Definition

public class QueryOption : Microsoft.Graph.Option
type QueryOption = class
    inherit Option
Public Class QueryOption
Inherits Option
Inheritance
QueryOption

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)

Applies to