AdapterAllowedReVisualizingAdapterObjectNames Property |
Gets the allowed fully qualified name of adapters to be shown when the user wants to re-visualize an adapter, along with an optional
adapter data information separated by a '|'. If this list has a 0 length, then all items are assumed allowed.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IList<string> AllowedReVisualizingAdapterObjectNames { get; }
Public ReadOnly Property AllowedReVisualizingAdapterObjectNames As IList(Of String)
Get
public:
property IList<String^>^ AllowedReVisualizingAdapterObjectNames {
IList<String^>^ get ();
}
member AllowedReVisualizingAdapterObjectNames : IList<string> with get
Property Value
Type:
IListString
The allowed fully qualified name of adapters allowed to be shown when re-visualizing an adapter.
See Also