QueryCondition.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.
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.