IDataCubeHierarchyAllMemberCaption Property |
Gets or sets the override for "All" member caption.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax string AllMemberCaption { get; set; }
Property AllMemberCaption As String
Get
Set
property String^ AllMemberCaption {
String^ get ();
void set (String^ value);
}
abstract AllMemberCaption : string with get, set
Property Value
Type:
String
The override for "All" caption.
See Also