AdapterDataAllowedReVisualizingAdapterObjectNames 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.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "allowedReVisualizingAdapterObjectNames", 
	EmitDefaultValue = true)]
public IList<string> AllowedReVisualizingAdapterObjectNames { get; }

Property Value

Type: IListString
The allowed fully qualified name of adapters allowed to be shown when re-visualizing an adapter.
See Also