Click or drag to resize

ExplicitlyAllowedUserAdd Method

Adds the specified AllowedUser to 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 Add(
	AllowedUser allowedUser
)

Parameters

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