SearchResultTResults Property |
Gets or sets the results.
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<T> Results { get; set; }
Public Property Results As List(Of T)
Get
Set
public:
property List<T>^ Results {
List<T>^ get ();
void set (List<T>^ value);
}
member Results : List<'T> with get, set
Property Value
Type:
ListTThe results.
See Also