PropertyCondition.GetPropertyValue(String) Method

Definition

Returns the value for the given property name.

public:
 override System::Object ^ GetPropertyValue(System::String ^ nameOfProperty);
public override object GetPropertyValue (string nameOfProperty);
override this.GetPropertyValue : string -> obj
Public Overrides Function GetPropertyValue (nameOfProperty As String) As Object

Parameters

nameOfProperty
String

The name of the property.

Returns

The value for the given property name.

Applies to