PropertyCollectionAdd(String, Int32) Method

Add a numeric value to the specified property.

Definition

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

Parameters

propertyName  String
Name of the property to load.
value  Int32
Value to add to the specified property.

See Also