PluginOrRuleProperty Class
A parameter provided to an extraction rule, validation rule, or plug-in.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class PluginOrRuleProperty _
Implements ICloneable
'Usage
Dim instance As PluginOrRuleProperty
[SerializableAttribute]
public class PluginOrRuleProperty : ICloneable
[SerializableAttribute]
public ref class PluginOrRuleProperty : ICloneable
public class PluginOrRuleProperty implements ICloneable
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.WebTesting.PluginOrRuleProperty
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.