HostingCategoryNamesGetItemByKey Method |
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
)
Public Function GetItemByKey (
name As String
) As HostingCategoryName
public:
HostingCategoryName^ GetItemByKey(
String^ name
)
member GetItemByKey :
name : string -> HostingCategoryName
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