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; }
<DataMemberAttribute(Name := "allowedReVisualizingAdapterObjectNames",
EmitDefaultValue := true)>
Public ReadOnly Property AllowedReVisualizingAdapterObjectNames As IList(Of String)
Get
public:
[DataMemberAttribute(Name = L"allowedReVisualizingAdapterObjectNames",
EmitDefaultValue = true)]
property IList<String^>^ AllowedReVisualizingAdapterObjectNames {
IList<String^>^ get ();
}
[<DataMemberAttribute(Name = "allowedReVisualizingAdapterObjectNames",
EmitDefaultValue = true)>]
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