Activity.IsAllDataRequested Property

Definition

Gets or sets a value that indicates whether this activity should be populated with all the propagation information, as well as all the other properties, such as links, tags, and events.

public:
 property bool IsAllDataRequested { bool get(); void set(bool value); };
public bool IsAllDataRequested { get; set; }
member this.IsAllDataRequested : bool with get, set
Public Property IsAllDataRequested As Boolean

Property Value

true if the activity should be populated; false otherwise.

Remarks

The best practice for the library authors is not try to set this property. This property is automatically set when creating the Activity. The setter is useful only in the case of Activity objects created using the Activity constructor and want to override the default value. Activity objects created using StartActivity automatically have this property set to the right value.

Applies to