Click or drag to resize

GlobalSearchResultObjectPropertyValues Property

Gets or sets dictionary containing property names (key) and list of coresponding values.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public Dictionary<string, List<string>> Values { get; set; }

Property Value

Type: DictionaryString, ListString
Dictionary containing object properties
See Also