AquaLogic Interaction Development Kit (IDK) 6.0.0

IProxyResponse.RemoveSetting Method 

Removes any value(s) associated with a setting with the given name.

string RemoveSetting(
   string name
);

Parameters

name
The name of the setting.

Return Value

The last value of the setting, or null if the setting does not exist.

Remarks

If the setting does not exist, this method returns null. Otherwise, it returns the previous setting value.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.

See Also

IProxyResponse Interface | Bea.Alui.Proxy Namespace