TypedDataSetGenerator.ReferencedAssemblies Property

Definition

Gets or sets the collection of assemblies referenced in a typed dataset.

public:
 static property System::Collections::Generic::ICollection<System::Reflection::Assembly ^> ^ ReferencedAssemblies { System::Collections::Generic::ICollection<System::Reflection::Assembly ^> ^ get(); };
public static System.Collections.Generic.ICollection<System.Reflection.Assembly> ReferencedAssemblies { get; }
static member ReferencedAssemblies : System.Collections.Generic.ICollection<System.Reflection.Assembly>
Public Shared ReadOnly Property ReferencedAssemblies As ICollection(Of Assembly)

Property Value

A collection containing all referenced assemblies in the dataset.

Remarks

The generator iterates over this list and adds the assemblies to your project.

Applies to