PropertyValue(string, object)

Assigns the given value to the property that matches the specified name.

Declaration Syntax

public void PropertyValue(string name, object value)

Parameters

name(string)

The name of the property.

value(object)

The value.