PropertyCollectionSetValue(String, String) Method

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

Definition

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

Parameters

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

See Also