WebTestRuleBase.Properties Property

Gets or sets a collection of PluginOrRuleProperty objects with one member for each property defined by the rule or plug-in implementation.

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

Syntax

'Declaration
Public ReadOnly Property Properties As PropertyCollection
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection with get
function get Properties () : PropertyCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
A collection of PluginOrRuleProperty objects.

.NET Framework Security

See Also

Reference

WebTestRuleBase Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace