Click or drag to resize

IAtomiaBillingApiSearchProperty Method

Searches the name of the objects specified in the query.

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

Parameters

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

Return Value

Type: DictionaryString, ListSearchPropertyResult
Results grouped by search token (token is a key of a returned dictionary).
See Also