PropertyCollectionSetValue(String, Single) Method

Set the value of the specified property, creating it if necessary.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public void SetValue(
	string propertyName,
	float value
)

Parameters

propertyName  String
Name of the property to set.
value  Single
Value to place on the property.

See Also