VCConfiguration.ImportLibrary Property

Definition

Gets which import library to generate or reports which import library will be generated by the configuration. ImportLibrary exposes the functionality of the /IMPLIB (Name Import Library) linker option.

public:
 property System::String ^ ImportLibrary { System::String ^ get(); };
public:
 property Platform::String ^ ImportLibrary { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(722)]
public string ImportLibrary { [System.Runtime.InteropServices.DispId(722)] get; }
[<System.Runtime.InteropServices.DispId(722)>]
[<get: System.Runtime.InteropServices.DispId(722)>]
member this.ImportLibrary : string
Public ReadOnly Property ImportLibrary As String

Property Value

The import library generated by the configuration.

Attributes

Remarks

On the VCConfiguration object, this is a read-only property.

Applies to