TaskSetProperty Method (String, Object) |
Sets properties on Task. 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 SetProperty(
string propertyName,
Object value
)
Public Sub SetProperty (
propertyName As String,
value As Object
)
Parameters
- propertyName
- Type: SystemString
Property Name. - value
- Type: SystemObject
Property Value.
See Also