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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.