IsInherited
Gets or sets a value indicating whether the property is inherited from the parent activity to children activities and messages. The default value is true
.
When this property is set to false
, IsBaggage is automatically set to false
.
Declaration
public bool IsInherited { get; set; }
Property Value
Type | Description |
---|---|
bool |