ActivityCreationOptions<T>.SamplingTags Property

Definition

Gets the collection that is used to add more tags during the sampling process. The added tags are also added to the created Activity if it is decided that it should be created by the ActivityListener callbacks.

public:
 property System::Diagnostics::ActivityTagsCollection ^ SamplingTags { System::Diagnostics::ActivityTagsCollection ^ get(); };
public System.Diagnostics.ActivityTagsCollection SamplingTags { get; }
member this.SamplingTags : System.Diagnostics.ActivityTagsCollection
Public ReadOnly Property SamplingTags As ActivityTagsCollection

Property Value

The Activity tags collection.

Applies to