PropertyCondition.ParameterizeProperty(String, String) Method

Definition

Parameterizes a property of this property condition.

public:
 override bool ParameterizeProperty(System::String ^ nameOfProperty, System::String ^ nameOfParameter);
public override bool ParameterizeProperty (string nameOfProperty, string nameOfParameter);
override this.ParameterizeProperty : string * string -> bool
Public Overrides Function ParameterizeProperty (nameOfProperty As String, nameOfParameter As String) As Boolean

Parameters

nameOfProperty
String

The name of the property to parameterize.

nameOfParameter
String

The name of the parameter.

Returns

true if the property was successfully parameterized; otherwise, false.

Applies to