RuleResult.RuleProperties Property

Gets or sets the collection of properties in the rule result.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property RuleProperties As PropertyCollection
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)

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
The collection of rule properties.

.NET Framework Security

See Also

Reference

RuleResult Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace