ProfileWorkflowElement.CustomTrackingQueries 属性
定义
获取 CustomTrackingQueryElement 元素的集合。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
属性值
CustomTrackingQueryElementCollection 对象。A CustomTrackingQueryElementCollection object.
- 属性