DataSourceCredentialProviderInfo.IsDelegateExecutionRequired 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.1.0.1000)
Syntaxpublic bool IsDelegateExecutionRequired { get; }
Public ReadOnly Property IsDelegateExecutionRequired As Boolean
Get
public:
property bool IsDelegateExecutionRequired {
bool get ();
}
member IsDelegateExecutionRequired : bool with get
Property Value
Type:
Booleantrue if credential contexts originating from the provider require credential-aware code
to be run using one of the
Execute(Action) methods; otherwise,
false.
See Also