TrackingProfile.Queries 属性
定义
获取 TrackingQuery 对象的集合,这些对象定义此跟踪配置文件订阅的记录。Gets the collection of TrackingQuery objects that define the records to which this tracking profile subscribes.
public:
property System::Collections::ObjectModel::Collection<System::Activities::Tracking::TrackingQuery ^> ^ Queries { System::Collections::ObjectModel::Collection<System::Activities::Tracking::TrackingQuery ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Activities.Tracking.TrackingQuery> Queries { get; }
member this.Queries : System.Collections.ObjectModel.Collection<System.Activities.Tracking.TrackingQuery>
Public ReadOnly Property Queries As Collection(Of TrackingQuery)
属性值
查询的集合。The collection of queries.