ApplicationManifest.IsClickOnceManifest Property

Definition

Gets or sets a value that indicates whether the manifest is a ClickOnce application manifest or a native Win32 application manifest.

public:
 property bool IsClickOnceManifest { bool get(); void set(bool value); };
public bool IsClickOnceManifest { get; set; }
member this.IsClickOnceManifest : bool with get, set
Public Property IsClickOnceManifest As Boolean

Property Value

Boolean

A Boolean value that indicates whether the manifest is a ClickOnce application manifest (True) or a native Win32 manifest (False).

Applies to