VCLinkerTool.AssemblyLinkResource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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