PropertyCollectionAdd(String, Double) Method
Add the numeric equivalent of the specified property value to the
supplied value and store the result in the specified property.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public void Add(
string propertyName,
double value
)
Public Sub Add (
propertyName As String,
value As Double
)
No code example is currently available or this language may not be supported.
Parameters
- propertyName String
-
Name of the property to update.
- value Double
-
Value to add to the pre-existing property value.