Edit

Share via


ProfileWorkflowElement.CustomTrackingQueries Property

Definition

Gets a collection of CustomTrackingQueryElement elements.

public:
 property System::ServiceModel::Activities::Tracking::Configuration::CustomTrackingQueryElementCollection ^ CustomTrackingQueries { System::ServiceModel::Activities::Tracking::Configuration::CustomTrackingQueryElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("customTrackingQueries")]
public System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElementCollection CustomTrackingQueries { get; }
[<System.Configuration.ConfigurationProperty("customTrackingQueries")>]
member this.CustomTrackingQueries : System.ServiceModel.Activities.Tracking.Configuration.CustomTrackingQueryElementCollection
Public ReadOnly Property CustomTrackingQueries As CustomTrackingQueryElementCollection

Property Value

A CustomTrackingQueryElementCollection object.

Attributes

Applies to