FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsBusinessObjectDef..::..hasProperty Method

Determines whether the specified property name has property.

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

Syntax


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

Parameters

propName
Type: String
Name of the property.

Return Value

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