TaskEnvironmentGetPropertyT Method (String) |
Returns property value by name.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public T GetProperty<T>(
string propertyName
)
Public Function GetProperty(Of T) (
propertyName As String
) As T
Parameters
- propertyName
- Type: SystemString
Name of Property.
Type Parameters
- T
- Type of property.
Return Value
Type:
TThe value associated with the specified property.
See Also