IInteractionConditionRenderedHierarchyUniqueNames Property |
Gets the rendered hierarchy unique names.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IList<string> RenderedHierarchyUniqueNames { get; }
ReadOnly Property RenderedHierarchyUniqueNames As IList(Of String)
Get
property IList<String^>^ RenderedHierarchyUniqueNames {
IList<String^>^ get ();
}
abstract RenderedHierarchyUniqueNames : IList<string> with get
Property Value
Type:
IListString
The rendered hierarchy unique names.
See Also