Share via


DataProviderObjectFactory.DataProvider Property

Retrieves the DDEX provider for which this class creates objects.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected ReadOnly Property DataProvider As DataProvider
protected DataProvider DataProvider { get; }
protected:
property DataProvider^ DataProvider {
    DataProvider^ get ();
}
member DataProvider : DataProvider with get
function get DataProvider () : DataProvider

Property Value

Type: Microsoft.VisualStudio.Data.DataProvider
Returns a DDEX provider object instance.

.NET Framework Security

See Also

Reference

DataProviderObjectFactory Class

Microsoft.VisualStudio.Data Namespace