Click or drag to resize

SearchPropertyHelperSearchProperty Method

Searches the property.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static Dictionary<string, List<SearchPropertyResult>> SearchProperty(
	SearchPropertyQuery query
)

Parameters

query
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSearchPropertyQuery
The query.

Return Value

Type: DictionaryString, ListSearchPropertyResult
Dictionary containing token and list of found objects that contain token.
See Also