ProfileWorkflowElement.StateMachineStateQueries 属性

定义

获取 DotNetConfig.xsd 文件中 StateMachineStateQueryElement 配置的集合。

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

属性值

DotNetConfig.xsd 文件中的 StateMachineStateQueryElement 配置的集合。

属性

适用于