TimeHierarchyLevelShortCaptionFormat Property |
Gets or sets the short caption format.
Namespace:
Dundas.BI.Entities.TimeDimensions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic string ShortCaptionFormat { get; set; }Public Property ShortCaptionFormat As String
Get
Set
public:
virtual property String^ ShortCaptionFormat {
String^ get () sealed;
void set (String^ value) sealed;
}abstract ShortCaptionFormat : string with get, set
override ShortCaptionFormat : string with get, set
Property Value
Type:
String
The short caption format.
Implements
IFormattableHierarchyLevelShortCaptionFormat
See Also