Click or drag to resize

ExplicitlyAllowedUserRemove Method

Removes the specified AllowedUser from the ConfigurationElementCollection.

Namespace:  Atomia.Billing.Core.Sdk.Configuration
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public void Remove(
	AllowedUser allowedUser
)

Parameters

allowedUser
Type: Atomia.Billing.Core.Sdk.ConfigurationAllowedUser
The AllowedUser to remove.
See Also