VCManifestTool.EmbedManifest Property

Definition

Gets or sets whether the manifest is imbedded.

public:
 property bool EmbedManifest { bool get(); void set(bool value); };
public:
 property bool EmbedManifest { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(16)]
public bool EmbedManifest { [System.Runtime.InteropServices.DispId(16)] get; [System.Runtime.InteropServices.DispId(16)] set; }
[<System.Runtime.InteropServices.DispId(16)>]
[<get: System.Runtime.InteropServices.DispId(16)>]
[<set: System.Runtime.InteropServices.DispId(16)>]
member this.EmbedManifest : bool with get, set
Public Property EmbedManifest As Boolean

Property Value

true means the manifest is imbedded.

Attributes

Applies to