Click or drag to resize

SearchPropertyObjectsGetItemByKey Method

Gets the SearchPropertyObjectConfig 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 SearchPropertyObjectConfig GetItemByKey(
	string name
)

Parameters

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

Return Value

Type: SearchPropertyObjectConfig

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

See Also