HierarchyLevelDataLocalizedShortCaptionFormat Property |
Gets the localized 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 = "localizedShortCaptionFormat")]
public IList<KeyValuePairData> LocalizedShortCaptionFormat { get; }<DataMemberAttribute(EmitDefaultValue := false, Name := "localizedShortCaptionFormat")>
Public ReadOnly Property LocalizedShortCaptionFormat As IList(Of KeyValuePairData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"localizedShortCaptionFormat")]
property IList<KeyValuePairData^>^ LocalizedShortCaptionFormat {
IList<KeyValuePairData^>^ get ();
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "localizedShortCaptionFormat")>]
member LocalizedShortCaptionFormat : IList<KeyValuePairData> with get
Property Value
Type:
IListKeyValuePairData
The localized short caption format.
See Also