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: StringThe name of the property.
value
Type: StringThe value of the property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.