VCLinkerTool.ManifestFile Property

Gets or sets the name of the manifest file to generate.

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

Syntax

'Declaration
Property ManifestFile As String
    Get
    Set
string ManifestFile { get; set; }
property String^ ManifestFile {
    String^ get ();
    void set (String^ value);
}
abstract ManifestFile : string with get, set
function get ManifestFile () : String
function set ManifestFile (value : String)

Property Value

Type: System.String
A string representing the name of the manifest file.

.NET Framework Security

See Also

Reference

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

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

/MANIFESTDEPENDENCY (Specify Manifest Dependencies)

/MANIFESTFILE (Name Manifest File)