com.onlineobject.objectnet Namespace

VariablesList..::..ContainsVariable Method

Determines whether the specified variable is contained within the list.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool ContainsVariable(

	string variable

)

Parameters

variable
Type: String
The variable to check for existence.

Return Value

True if the variable is found, otherwise false.