MessageTemplateParameter Properties |
The MessageTemplateParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| CaptureType |
Parameter method that should be used to render the parameter
See also IValueFormatter | |
| Format |
Format to render the parameter.
This is everything between ":" and the first unescaped "}"
| |
| Name |
Parameter Name extracted from Message
This is everything between "{" and the first of ",:}".
| |
| PositionalIndex |
Returns index for Parameters, when IsPositional | |
| Value |
Parameter Value extracted from the Parameters-array
|