QueryCondition.ParameterizeProperty(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameterizes the given property by using the given parameter name.
public:
virtual bool ParameterizeProperty(System::String ^ nameOfProperty, System::String ^ nameOfParameter);
public virtual bool ParameterizeProperty (string nameOfProperty, string nameOfParameter);
abstract member ParameterizeProperty : string * string -> bool
override this.ParameterizeProperty : string * string -> bool
Public Overridable Function ParameterizeProperty (nameOfProperty As String, nameOfParameter As String) As Boolean
Parameters
- nameOfProperty
- String
The name of the property.
- nameOfParameter
- String
The name of the parameter.
Returns
true if the property was successfully parameterized; otherwise, false.