RuleResult.RuleProperties, propriété
Obtient ou définit la collection de propriétés de résultat de la règle.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Public Property RuleProperties As PropertyCollection
Get
Friend Set
public PropertyCollection RuleProperties { get; internal set; }
public:
property PropertyCollection^ RuleProperties {
PropertyCollection^ get ();
internal: void set (PropertyCollection^ value);
}
member RuleProperties : PropertyCollection with get, internal set
function get RuleProperties () : PropertyCollection
internal function set RuleProperties (value : PropertyCollection)
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Collection de propriétés de la règle.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms