TimeHierarchyMemberShortCaption Property |
Gets the short caption.
Namespace:
Dundas.BI.Entities.TimeDimensions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string ShortCaption { get; }
Public ReadOnly Property ShortCaption As String
Get
public:
virtual property String^ ShortCaption {
String^ get () sealed;
}
abstract ShortCaption : string with get
override ShortCaption : string with get
Property Value
Type:
String
The short caption.
Implements
IFormattableHierarchyMemberShortCaptionRemarks
This can be used in the visualizations for readability.
See Also