FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..instanceNameExits Method

Checks if the instance name exists

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

Syntax


public bool instanceNameExits(
	string sInstanceName
)
Public Function instanceNameExits ( _
	sInstanceName As String _
) As Boolean
public:
bool^ instanceNameExits(
	String^ sInstanceName
)

Parameters

sInstanceName
Type: String
Name of the s instance.

Return Value

true if XXXX, false otherwise.