Show / Hide Table of Contents

Class QueryOption

Query Option

Inheritance
System.Object
Option
QueryOption
Inherited Members
Option.Name
Option.Value
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public class QueryOption : Option

Constructors

View Source

QueryOption(String, String)

Initializes a new instance of the QueryOption class.

Declaration
public QueryOption(string name, string value)
Parameters
Type Name Description
System.String name

The name.

System.String value

The value.

See Also

Option
  • View Source
Back to top Generated by DocFX