ExportProviderDataHasCustomConfigurationUI Property |
Gets a value indicating whether this export provider is using a custom configuration UI.
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 = "hasCustomConfigurationUI", EmitDefaultValue = true)]
public bool HasCustomConfigurationUI { get; set; }
<DataMemberAttribute(Name := "hasCustomConfigurationUI", EmitDefaultValue := true)>
Public Property HasCustomConfigurationUI As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"hasCustomConfigurationUI", EmitDefaultValue = true)]
property bool HasCustomConfigurationUI {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "hasCustomConfigurationUI", EmitDefaultValue = true)>]
member HasCustomConfigurationUI : bool with get, set
Property Value
Type:
Boolean if this export provider is using a custom configuration UI; otherwise,
.
See Also