PropertyCollectionSetValue(String, Single) Method
Set the value of the specified property, creating it if necessary.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public void SetValue(
string propertyName,
float value
)
Public Sub SetValue (
propertyName As String,
value As Single
)
No code example is currently available or this language may not be supported.
Parameters
- propertyName String
-
Name of the property to set.
- value Single
-
Value to place on the property.