IQueryCondition.GetPropertyValue(String) Method

Definition

Returns the value of a given property, if it occurs in this query condition.

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

Parameters

nameOfProperty
String

The name of the property.

Returns

The value of the property, or null if it does not exist.

Applies to