ActivityStateQueryElement.Variables Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá, VariableElementCollection který obsahuje proměnné pro filtrování ActivityStateRecord .
public:
property System::ServiceModel::Activities::Tracking::Configuration::VariableElementCollection ^ Variables { System::ServiceModel::Activities::Tracking::Configuration::VariableElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("variables")]
public System.ServiceModel.Activities.Tracking.Configuration.VariableElementCollection Variables { get; }
[<System.Configuration.ConfigurationProperty("variables")>]
member this.Variables : System.ServiceModel.Activities.Tracking.Configuration.VariableElementCollection
Public ReadOnly Property Variables As VariableElementCollection
Hodnota vlastnosti
Kolekce proměnných.
- Atributy
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.