Open sandboxFocus

Method HasInheritedProperty

HasInheritedProperty(object?)

Determines if the current LogEventMetadata contains any inherited property. The implementation of this method must not allocate heap memory.

Declaration
public virtual bool HasInheritedProperty(object? data)
Parameters
Type Name Description
object data

The raw CLR object, typically Data.

Returns
Type Description
bool