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 (25.3.0.1000)
Syntaxpublic 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
IFormattableHierarchyMemberShortCaption
Remarks
            This can be used in the visualizations for readability.
            
See Also