Share via


DataConnectionDialog.AvailableProviders Property

Definition

Important

This API is not CLS-compliant.

Retrieves a collection of unique identifiers for DDEX providers that are currently available for selection in the Data Connection dialog box.

public:
 virtual property System::Collections::Generic::ICollection<Guid> ^ AvailableProviders { System::Collections::Generic::ICollection<Guid> ^ get(); };
[System.CLSCompliant(false)]
public virtual System.Collections.Generic.ICollection<Guid> AvailableProviders { get; }
public virtual System.Collections.Generic.ICollection<Guid> AvailableProviders { get; }
[<System.CLSCompliant(false)>]
member this.AvailableProviders : System.Collections.Generic.ICollection<Guid>
member this.AvailableProviders : System.Collections.Generic.ICollection<Guid>
Public Overridable ReadOnly Property AvailableProviders As ICollection(Of Guid)

Property Value

Returns an ICollection object instance that contains a collection of unique identifiers for the current set of available DDEX providers.

Attributes

Applies to