VCProject.AssemblyReferenceSearchPaths Property

Definition

Sets or gets a list of assembly search paths.

public:
 property System::String ^ AssemblyReferenceSearchPaths { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ AssemblyReferenceSearchPaths { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(876)]
public string AssemblyReferenceSearchPaths { [System.Runtime.InteropServices.DispId(876)] get; [System.Runtime.InteropServices.DispId(876)] set; }
[<System.Runtime.InteropServices.DispId(876)>]
[<get: System.Runtime.InteropServices.DispId(876)>]
[<set: System.Runtime.InteropServices.DispId(876)>]
member this.AssemblyReferenceSearchPaths : string with get, set
Public Property AssemblyReferenceSearchPaths As String

Property Value

Semi-colon delimited string of search paths.

Attributes

Remarks

This list of paths is searched only after searches of all other specified paths have not resolved an assembly reference.

Applies to