PropertyCollection Class
Represents a strongly typed container for Web test rule properties.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PropertyCollection _
Inherits WebTestBaseCollection(Of PluginOrRuleProperty)
'Usage
Dim instance As PropertyCollection
[SerializableAttribute]
public class PropertyCollection : WebTestBaseCollection<PluginOrRuleProperty>
[SerializableAttribute]
public ref class PropertyCollection : public WebTestBaseCollection<PluginOrRuleProperty^>
public class PropertyCollection extends WebTestBaseCollection<PluginOrRuleProperty>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<PluginOrRuleProperty>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<PluginOrRuleProperty>
Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.