Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property PropertyCollection^ RuleProperties {
	PropertyCollection^ get();
	internal: void set(PropertyCollection^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::PropertyCollection^

The collection of rule properties.

Return to top
Show: