TimeHierarchyLevelLocalizedCaptionFormat Property  | 
 
            Gets the localized caption format.
            
 
    Namespace: 
   Dundas.BI.Entities.TimeDimensions
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic LocalizedStringDictionary LocalizedCaptionFormat { get; }Public ReadOnly Property LocalizedCaptionFormat As LocalizedStringDictionary
	Get
public:
virtual property LocalizedStringDictionary^ LocalizedCaptionFormat {
	LocalizedStringDictionary^ get () sealed;
}abstract LocalizedCaptionFormat : LocalizedStringDictionary with get
override LocalizedCaptionFormat : LocalizedStringDictionary with get
Property Value
Type: 
LocalizedStringDictionary
            The localized caption format.
            
Implements
IFormattableHierarchyLevelLocalizedCaptionFormat
See Also