Click or drag to resize

TaskGetPropertyT 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.10.0.1777 (2.10.0.1777)
Syntax
public T GetProperty<T>(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of Property.

Type Parameters

T
Type of property.

Return Value

Type: T
The value associated with the specified property.
See Also

STK Parallel Computing Server 2.10 API for .NET