LoggingProperty Constructor (String, Object) |
Initializes a new LoggingProperty and assigns it to a constant value.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public LoggingProperty( string name, Object value )
Parameters
- name
- Type: System.String
Property name. - value
- Type: System.Object
Property value.