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.3.0.1000)
Syntax public virtual bool IsDelegateExecutionRequired { get; }
Public Overridable ReadOnly Property IsDelegateExecutionRequired As Boolean
Get
public:
virtual property bool IsDelegateExecutionRequired {
bool get ();
}
abstract IsDelegateExecutionRequired : bool with get
override IsDelegateExecutionRequired : bool with 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