Option 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.
public abstract class Option
type Option = class
Public MustInherit Class Option
- Inheritance
-
Option
- Derived
Constructors
Option(String, String) |
Create a new option. |
Properties
Name |
The name, or key, of the option. |
Value |
The value of the option. |