AddTypeCommandBase.ReferencedAssemblies Property

Definition

Any reference DLLs to use in the compilation

public:
 property cli::array <System::String ^> ^ ReferencedAssemblies { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ ReferencedAssemblies { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] ReferencedAssemblies { get; set; }
member this.ReferencedAssemblies : string[] with get, set
Public Property ReferencedAssemblies As String()

Property Value

String[]

Applies to