TaskRemoveProperty Method |
Removes the property from the property bag. You can find common values for properties using
TaskProperties.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic void RemoveProperty(
string propertyName
)
Public Sub RemoveProperty (
propertyName As String
)
Parameters
- propertyName
- Type: SystemString
Name of the property to remove.
See Also