TimeIntervalDataDefaultShortFormat Property |
Gets the default short caption format.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "defaultShortFormat")]
public string DefaultShortFormat { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "defaultShortFormat")>
Public Property DefaultShortFormat As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"defaultShortFormat")]
property String^ DefaultShortFormat {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "defaultShortFormat")>]
member DefaultShortFormat : string with get, set
Property Value
Type:
String
The default short format.
See Also