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
声明
Property AssemblyLinkResource As String
    Get
    Set
string AssemblyLinkResource { get; set; }
property String^ AssemblyLinkResource {
    String^ get ();
    void set (String^ value);
}
abstract AssemblyLinkResource : string with get, set
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.