PropertyCollectionSubtract Method
Subtract a numeric value from the specified property.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public void Subtract(
string propertyName,
int value
)
Public Sub Subtract (
propertyName As String,
value As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- propertyName String
-
Name of the property to load.
- value Int32
-
Value to subtract from the specified property.