FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsBusinessObjectDef..::..hasDynamicProperty Method

Determines whether the specified property name has property.

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

Syntax


public bool hasDynamicProperty(
	string propName
)
Public Function hasDynamicProperty ( _
	propName As String _
) As Boolean
public:
bool^ hasDynamicProperty(
	String^ propName
)

Parameters

propName
Type: String
Name of the property.

Return Value

true if the specified property name has property; otherwise, false.