Click or drag to resize

MealItemsDurations 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

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

See Also