ParameterizedStringPart Constructor (String, Boolean)
Initializes a new instance of the ParameterizedStringPart class by using the provided parameter name and an indication of whether to ignore the value.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
parameterName As String, _
ignoreValue As Boolean _
)
public ParameterizedStringPart(
string parameterName,
bool ignoreValue
)
public:
ParameterizedStringPart(
String^ parameterName,
bool ignoreValue
)
new :
parameterName:string *
ignoreValue:bool -> ParameterizedStringPart
public function ParameterizedStringPart(
parameterName : String,
ignoreValue : boolean
)
Parameters
parameterName
Type: StringThe name of the parameter.
ignoreValue
Type: Booleantrue to ignore the value; otherwise, false.
.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.
See Also
Reference
ParameterizedStringPart Structure