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; }
Public Property Values As Dictionary(Of String, List(Of String))
Get
Set
public:
property Dictionary<String^, List<String^>^>^ Values {
Dictionary<String^, List<String^>^>^ get ();
void set (Dictionary<String^, List<String^>^>^ value);
}
member Values : Dictionary<string, List<string>> with get, set
Property Value
Type:
DictionaryString,
ListStringDictionary containing object properties
See Also