IsSyntheticRootId
When the property value is true
, the resulting activity will be assigned a global id, irrespective of the id generation strategy.
This means that the resulting SyntheticId will be rooted by the current activity. When this property is false
,
the SyntheticId will may start with the id of the parent context.
Declaration
public bool IsSyntheticRootId { readonly get; set; }
Property Value
Type | Description |
---|---|
bool |