VCLinkerTool.GenerateManifest Property

Gets or sets a value indicating whether the linker should generate a manifest file.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property GenerateManifest As Boolean
'Usage
Dim instance As VCLinkerTool 
Dim value As Boolean 

value = instance.GenerateManifest

instance.GenerateManifest = value
bool GenerateManifest { get; set; }
property bool GenerateManifest {
    bool get ();
    void set (bool value);
}
function get GenerateManifest () : boolean 
function set GenerateManifest (value : boolean)

Property Value

Type: System.Boolean
true if the linker should generate a manifest file; otherwise, false.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

VCLinkerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

/MANIFEST (Create Side-by-Side Assembly Manifest)

/MANIFESTDEPENDENCY (Specify Manifest Dependencies)

/MANIFESTFILE (Name Manifest File)