DataConnectionDialog.AvailableSources 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.
Important
This API is not CLS-compliant.
A collection of GUIDs representing DDEX data sources that should be available for display in the Data Connection dialog box.
public:
virtual property System::Collections::Generic::ICollection<Guid> ^ AvailableSources { System::Collections::Generic::ICollection<Guid> ^ get(); };
[System.CLSCompliant(false)]
public virtual System.Collections.Generic.ICollection<Guid> AvailableSources { get; }
public virtual System.Collections.Generic.ICollection<Guid> AvailableSources { get; }
[<System.CLSCompliant(false)>]
member this.AvailableSources : System.Collections.Generic.ICollection<Guid>
member this.AvailableSources : System.Collections.Generic.ICollection<Guid>
Public Overridable ReadOnly Property AvailableSources As ICollection(Of Guid)
Property Value
Returns an ICollection object instance containing available GUIDs.
- Attributes