PropertyCollectionAdd(String, Int32) Method
Add a numeric value to the specified property.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public void Add(
string propertyName,
int value
)
Public Sub Add (
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 add to the specified property.