LoggingContext.SyntheticParentId Property |
When this property returns a non-null value, the
SyntheticId property shall use the
value of the
SyntheticParentId property as the parent identifier, instead of recursively building
the synthetic identifier based on
ParentContext. You can set this property when you open a custom
activity by configuring the
OpenActivityOptions object.
Namespace:
PostSharp.Patterns.Diagnostics.Contexts
Assembly:
PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.4.11.0 (6.4.11.0)
Syntaxpublic virtual string SyntheticParentId { get; }
Property Value
Type:
String
See Also