Propriedade RuleResult.RuleProperties
Obtém ou define a coleção de propriedades no resultado da regra.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
A coleção de propriedades da regra.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.