Show / Hide Table of Contents

Class Option

Option Class

Inheritance
System.Object
Option
HeaderOption
QueryOption
Inherited Members
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 abstract class Option

Constructors

View Source

Option(String, String)

Initializes a new instance of the Option class.

Declaration
protected Option(string name, string value)
Parameters
Type Name Description
System.String name

The name.

System.String value

The value.

Properties

View Source

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

The name.

View Source

Value

Gets the value.

Declaration
public string Value { get; }
Property Value
Type Description
System.String

The value.

  • View Source
Back to top Generated by DocFX