Click or drag to resize

TaskEnvironment.GetProperty Method (String)

Returns property value by name.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public Object GetProperty(
	string propertyName
)

Parameters

propertyName
Type: System.String
Name of Property.

Return Value

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

STK Parallel Computing Server 2.10 API for .NET