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