Type of the t parameters for if and sample expressions in the policy configuration file.
Namespace: Flashtrace.Records
Assembly: Flashtrace.dll
Syntax
public readonly struct LoggingPropertiesExpressionModelProperties
| Name | Description |
|---|---|
| this[string] | Returns the value of the logging property with the given name, or null if there is no such logging property. |
Methods
| Name | Description |
|---|---|
| Contains(string) | Returns true if a logging property with the given name exists. |
| GetInt32(string, int) | Gets the value of a logging property as an Int32, or |
| GetInt64(string, long) | Gets the value of a logging property as an Int64, or |
| GetString(string, string) | Gets the value of a logging property as a string, or |