VCLinkerTool.AssemblyLinkResource Property

Definition

Gets or sets a value specifying a resource file to link to the output assembly.

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

Property Value

A resource file to link to the output assembly.

Attributes

Applies to