FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExpressionCacheItem..::..oMethod Property

Gets or sets the o method.

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

Syntax


public MethodInfo oMethod { get; set; }
Public Property oMethod As MethodInfo
	Get
	Set
public:
property MethodInfo^ oMethod {
	MethodInfo^ get ();
	void set (MethodInfo^ value);
}

Field Value

The o method.