DataSourceCredentialProviderIsDelegateExecutionRequired Property

Gets a value indicating whether credential contexts originating from the provider require credential-aware code to be run using one of the Execute(Action) methods.

Namespace:  Dundas.BI.Data.DataProviders.CredentialProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual bool IsDelegateExecutionRequired { get; }

Property Value

Type: Boolean
if credential contexts originating from the provider require credential-aware code to be run using one of the Execute(Action) methods; otherwise, .
See Also