FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsEngineContext..::..getProcessedProperty<(Of <(<'T>)>)> Method (String)

Gets the processed property.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public T getProcessedProperty<T>(
	string propertyName
)
Public Function getProcessedProperty(Of T) ( _
	propertyName As String _
) As T
public:
generic<typename T>
T getProcessedProperty(
	String^ propertyName
)

Type Parameters

T

Parameters

propertyName
Type: String
Name of the property.

Return Value

T.