SearchPropertyObjectProperties Property |
Gets or sets the properties to search in. If object doesn't contain the property, it is search in custom attributes of the object.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public List<string> Properties { get; set; }
Public Property Properties As List(Of String)
Get
Set
public:
property List<String^>^ Properties {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Properties : List<string> with get, set
Property Value
Type:
ListStringSee Also