DeliveryProviderInfoHasCustomConfigurationUI Property |
Gets a value indicating whether this delivery provider is using a custom configuration UI.
Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool HasCustomConfigurationUI { get; }Public ReadOnly Property HasCustomConfigurationUI As Boolean
Get
public:
property bool HasCustomConfigurationUI {
bool get ();
}member HasCustomConfigurationUI : bool with get
Property Value
Boolean if this delivery provider is using a custom configuration UI; otherwise,
.
See Also