FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasWebServiceName Method

hasWebServiceName

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

Syntax


public bool hasWebServiceName(
	string serviceName,
	ref string m_sError,
	string serviceID
)
Public Function hasWebServiceName ( _
	serviceName As String, _
	ByRef m_sError As String, _
	serviceID As String _
) As Boolean
public:
bool^ hasWebServiceName(
	String^ serviceName, 
	String^% m_sError, 
	String^ serviceID
)

Parameters

serviceName
Type: String
Name of the service.
m_sError
Type: String%
The m s error.
serviceID
Type: String
The service identifier.

Return Value

true if [has web service name] [the specified service name]; otherwise, false.