QueryCondition.GetPropertyValue(String) Method

Definition

Retrieves the value of the named property, if it exists.

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

Parameters

nameOfProperty
String

The name of the property to retrieve.

Returns

The value of the named property.

Implements

Applies to