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