TimeIntervalDataStandardFormats Property |
Gets the standard formats for captions.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "standardFormats")]
public IList<string> StandardFormats { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "standardFormats")>
Public ReadOnly Property StandardFormats As IList(Of String)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"standardFormats")]
property IList<String^>^ StandardFormats {
IList<String^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "standardFormats")>]
member StandardFormats : IList<string> with get
Property Value
Type:
IListString
The standard formats.
See Also