ProfileWorkflowElement.CustomTrackingQueries Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.CustomTrackingQueryElementCollectionPublic ReadOnly Property CustomTrackingQueries As CustomTrackingQueryElementCollectionProperty Value
A CustomTrackingQueryElementCollection object.
- Attributes