ParameterStyle Enum
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.
The style of the parameter.
public enum ParameterStyle
type ParameterStyle =
Public Enum ParameterStyle
- Inheritance
-
ParameterStyle
Fields
Name | Value | Description |
---|---|---|
Matrix | 0 | Path-style parameters. |
Label | 1 | Label style parameters. |
Form | 2 | Form style parameters. |
Simple | 3 | Simple style parameters. |
SpaceDelimited | 4 | Space separated array values. |
PipeDelimited | 5 | Pipe separated array values. |
DeepObject | 6 | Provides a simple way of rendering nested objects using form parameters. |