Class LoggingPropertiesExpressionModel
Type of the t
parameters for if
and sample
expressions in the policy configuration file.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class LoggingPropertiesExpressionModel : ValueType
Properties
Name | Description |
---|---|
Item[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, Int32) | Gets the value of a logging property as an Int32, or |
GetInt64(String, Int64) | 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 |