Click or drag to resize

MealItems.Durations Property

Returns a list of DurationItems structs

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<DurationItems> Durations { get; set; }

Property Value

List<DurationItems>
Remarks
Returns a list of DurationItems structs. This structure stores all the information stored in a duration policy.

See Also