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 (26.2.0.1000)
Syntax
public virtual bool IsDelegateExecutionRequired { get; }

Property Value

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