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; }
public bool IsClickOnceManifest { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.IsClickOnceManifest : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.IsClickOnceManifest : bool with get, set
Public Property IsClickOnceManifest As Boolean

Property Value

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

Attributes

Applies to