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
string OutputManifestFile { get; set; }
property String^ OutputManifestFile {
String^ get ();
void set (String^ value);
}
abstract OutputManifestFile : string with get, set
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
- 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.
See Also
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace
Other Resources
/MANIFEST (Create Side-by-Side Assembly Manifest)