Share via


IVsDataConnectionDialog.SelectedSource Property

Definition

Gets or sets a GUID value indicating the current selected data source.

public:
 property Guid SelectedSource { Guid get(); void set(Guid value); };
public Guid SelectedSource { get; set; }
member this.SelectedSource : Guid with get, set
Public Property SelectedSource As Guid

Property Value

Returns a Guid object reflecting the current data source.

Exceptions

The GUID specified for the selected provider is not a registered DDEX provider.

Applies to