VCLinkerTool.AssemblyLinkResource Property
Gets or sets a value specifying a resource file to link to the output assembly.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property AssemblyLinkResource As String
'Usage
Dim instance As VCLinkerTool
Dim value As String
value = instance.AssemblyLinkResource
instance.AssemblyLinkResource = value
string AssemblyLinkResource { get; set; }
property String^ AssemblyLinkResource {
String^ get ();
void set (String^ value);
}
function get AssemblyLinkResource () : String
function set AssemblyLinkResource (value : String)
Property Value
Type: System.String
A resource file to link to the output assembly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.