FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..hasHostName Method

Determines whether [has host name] [the specified host name].

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

Syntax


public bool hasHostName(
	string hostName,
	string tenantID
)
Public Function hasHostName ( _
	hostName As String, _
	tenantID As String _
) As Boolean
public:
bool^ hasHostName(
	String^ hostName, 
	String^ tenantID
)

Parameters

hostName
Type: String
Name of the host.
tenantID
Type: String
The tenant identifier.

Return Value

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