IQueryCondition.GetPropertyValue(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.
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.