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 (25.3.0.1000)
Syntaxpublic 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