Share via


WebTestRuleBase.Properties Property

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

Syntax

'Declaration
Public ReadOnly Property Properties As PropertyCollection
'Usage
Dim instance As WebTestRuleBase 
Dim value As PropertyCollection 

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
public function get Properties () : PropertyCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection

.NET Framework Security

See Also

Reference

WebTestRuleBase Class

WebTestRuleBase Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace