DataConnectionDialog.SelectedSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves or sets a GUID value indicating the current selected data source.
public:
abstract property Guid SelectedSource { Guid get(); void set(Guid value); };
public abstract Guid SelectedSource { get; set; }
member this.SelectedSource : Guid with get, set
Public MustOverride Property SelectedSource As Guid
Property Value
Returns a GUID object instance reflecting the current data source.
Exceptions
When setting the selected provider, the specified GUID is not a registered DDEX provider.