HeaderOption 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 key value pair to be added to the request headers.
public class HeaderOption : Microsoft.Graph.Option
type HeaderOption = class
inherit Option
Public Class HeaderOption
Inherits Option
- Inheritance
Constructors
HeaderOption(String, String) |
Create a header option. |
Properties
Name |
The name, or key, of the option. (Inherited from Option) |
Value |
The value of the option. (Inherited from Option) |