Open this page in the API Guide

PreviewDateMappingOptions.DateMappingData Property

Gets or sets the date mapping data.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "dateMappingData")]
public DateMappingData DateMappingData { get; set; }

Property Value

Type: DateMappingData
See Also