DataSourceProviderService.SupportsConfigureDataSource Property

Definition

When overridden in a derived class, gets the value indicating whether the service supports configuring data sources using InvokeConfigureDataSource(IWin32Window, FormStartPosition, DataSourceDescriptor).

public:
 abstract property bool SupportsConfigureDataSource { bool get(); };
public abstract bool SupportsConfigureDataSource { get; }
member this.SupportsConfigureDataSource : bool
Public MustOverride ReadOnly Property SupportsConfigureDataSource As Boolean

Property Value

true if the service supports configuring a data source using InvokeConfigureDataSource(IWin32Window, FormStartPosition, DataSourceDescriptor); otherwise, false.

Applies to