AspNetFrameworkRequestMetadata<T>.HasInheritedProperty Method (Object) |
Determines if the current LogEventMetadata contains any inherited property. The implementation of this method must not allocate heap memory.
Namespace: PostSharp.Patterns.Diagnostics.Adapters.AspNetFramework
Assembly: PostSharp.Patterns.Diagnostics.Adapters.AspNetFramework (in PostSharp.Patterns.Diagnostics.Adapters.AspNetFramework.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public override sealed bool HasInheritedProperty( Object data )
Parameters
- data
- Type: System.Object
The raw CLR object, typically LogEventData.Data