Click or drag to resize

MessageTemplateParameter Properties

The MessageTemplateParameter type exposes the following members.

Properties
  NameDescription
Public propertyCaptureType
Parameter method that should be used to render the parameter See also IValueFormatter
Public propertyFormat
Format to render the parameter. This is everything between ":" and the first unescaped "}"
Public propertyName
Parameter Name extracted from Message This is everything between "{" and the first of ",:}".
Public propertyPositionalIndex
Returns index for Parameters, when IsPositional
Public propertyValue
Parameter Value extracted from the Parameters-array
Top
See Also