Share via


PluginOrRuleProperty Constructor (String, String)

Initializes a new instance of the PluginOrRuleProperty class by using the specified name and value.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    value As String _
)
public PluginOrRuleProperty(
    string name,
    string value
)
public:
PluginOrRuleProperty(
    String^ name, 
    String^ value
)
new : 
        name:string * 
        value:string -> PluginOrRuleProperty
public function PluginOrRuleProperty(
    name : String, 
    value : String
)

Parameters

  • name
    Type: String

    The name of the property.

  • value
    Type: String

    The value of the property.

.NET Framework Security

See Also

Reference

PluginOrRuleProperty Class

PluginOrRuleProperty Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace