Click or drag to resize

HostingCategoryNamesGetItemByKey Method

Gets the HostingCategoryName with the specified key.

Namespace:  Atomia.Billing.Core.Sdk.Configuration
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public HostingCategoryName GetItemByKey(
	string name
)

Parameters

name
Type: SystemString
The key of the HostingCategoryName to retrieve.

Return Value

Type: HostingCategoryName

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.Configuration.HostingCategoryNames.GetItemByKey(System.String)"]

See Also