FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeProperty Method

Removes the property from the step.

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

Syntax


public bool removeProperty(
	string stepID,
	string stepInputName
)
Public Function removeProperty ( _
	stepID As String, _
	stepInputName As String _
) As Boolean
public:
bool^ removeProperty(
	String^ stepID, 
	String^ stepInputName
)

Parameters

stepID
Type: String
The step identifier.
stepInputName
Type: String
Name of the property.

Return Value

true if XXXX, false otherwise.