TaskGetProperty Method (String) |
Returns property value by name. You can find common values for properties using
TaskProperties.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public Object GetProperty(
string propertyName
)
Public Function GetProperty (
propertyName As String
) As Object
Parameters
- propertyName
- Type: SystemString
Name of Property.
Return Value
Type:
ObjectThe value associated with the specified property.
See Also