VCManifestTool.OutputManifestFile Property

Sets or gets the manifest output file.

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

Syntax

'Declaration
Property OutputManifestFile As String
'Usage
Dim instance As VCManifestTool 
Dim value As String 

value = instance.OutputManifestFile

instance.OutputManifestFile = value
string OutputManifestFile { get; set; }
property String^ OutputManifestFile {
    String^ get ();
    void set (String^ value);
}
function get OutputManifestFile () : String 
function set OutputManifestFile (value : String)

Property Value

Type: System.String
String containing the name of the manifest file being created.

.NET Framework Security

See Also

Reference

VCManifestTool Interface

VCManifestTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

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

/MANIFESTDEPENDENCY (Specify Manifest Dependencies)

/MANIFESTFILE (Name Manifest File)