Freigeben über


PluginOrRuleProperty-Konstruktor (String, String)

Initialisiert eine neue Instanz der PluginOrRuleProperty-Klasse mit dem angegebenen Namen und Wert.

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
)

Parameter

  • name
    Typ: String

    Der Name der Eigenschaft.

  • value
    Typ: String

    Der Wert der Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

PluginOrRuleProperty Klasse

PluginOrRuleProperty-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace