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
)
Public Shared Function SearchProperty (
query As SearchPropertyQuery
) As Dictionary(Of String, List(Of SearchPropertyResult))
public:
static Dictionary<String^, List<SearchPropertyResult^>^>^ SearchProperty(
SearchPropertyQuery^ query
)
static member SearchProperty :
query : SearchPropertyQuery -> Dictionary<string, List<SearchPropertyResult>>
Parameters
- query
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsSearchPropertyQuery
The query.
Return Value
Type:
DictionaryString,
ListSearchPropertyResultDictionary containing token and list of found objects that contain token.
See Also