VCManifestTool.EmbedManifest Property
Gets or sets whether the manifest is imbedded.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property EmbedManifest As Boolean
bool EmbedManifest { get; set; }
property bool EmbedManifest {
bool get ();
void set (bool value);
}
abstract EmbedManifest : bool with get, set
function get EmbedManifest () : boolean
function set EmbedManifest (value : boolean)
Property Value
Type: System.Boolean
true means the manifest is imbedded.
.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)