Go to: Synopsis. Return value. MEL examples.
 
containerDefaultBindingSet 
	 
None
| Variable Name | Variable Type | Description | 
|---|---|---|
// Determine name of default binding set and use it to // perform autobind on a container. string $bindingSetName = containerDefaultBindingSet(); containerAutoBind(container1, $bindingSetName, 0, 0);